-
Notifications
You must be signed in to change notification settings - Fork 0
Code cannot handle changes to downloaded file paths #8
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
For Release 76, Orthologs_HCOP.tar.gz was unzipped and untarred as a set of nested directories containing Orthologs_HCOP.
The full path is " target4/famlib/dev/PANTHER16.0/lib_16.0/ftp/Orthologs_HCOP"
Unfortunately, the application (class: org.reactome.release.orthopairs.OrthologyFileParser, method: parsePantherOrthologFiles) can't handle this.
release-orthopairs/src/main/java/org/reactome/release/orthopairs/OrthologyFileParser.java
Line 39 in c75f7be
| BufferedReader br = new BufferedReader(new FileReader(extractedPantherFile)); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working