Changeset 221 for trunk/bio/test/org/bridgedb/bio/TestStack.java
- Timestamp:
- 10/27/09 13:17:57 (3 years ago)
- Files:
-
- 1 modified
-
trunk/bio/test/org/bridgedb/bio/TestStack.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bio/test/org/bridgedb/bio/TestStack.java
r188 r221 20 20 System.getProperty ("user.home") + File.separator + 21 21 "PathVisio-Data/gene databases/Hs_Derby_20081119.pgdb"; 22 private static final File YEAST_ID_MAPPING = new File (" ../test-data/yeast_id_mapping.txt");22 private static final File YEAST_ID_MAPPING = new File ("test-data/yeast_id_mapping.txt"); 23 23 private static final File NUGO_CUSTOM_MAPPINGS = new File ("/home/martijn/prg/bridgedb/test-data/Nugo-hs-custom.txt"); 24 24
