Show
Ignore:
Timestamp:
04/08/10 11:04:53 (2 years ago)
Author:
martijn
Message:

Fixed batchmapper.bat. Batchmapper uses transitive mapping by default.
Made transitive mapping observe target datasource

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/org.bridgedb.tools.batchmapper/src/org/bridgedb/tools/batchmapper/BatchMapper.java

    r308 r337  
    9393                                "               [-r <report file>] \n" + 
    9494                                "\n" + 
    95                                 "You should specify at least one -g or -t option \n"); 
     95                                "You should specify at least one -g or -t option.\n" + 
     96                                "Multiple -g or -t options will be combined transitively.\n"); 
    9697        } 
    9798         
     
    246247                                gdb.addIDMapper(connectionString); 
    247248                        } 
     249                        gdb.setTransitive(true); 
    248250                } 
    249251