Details
-
Type:
Task
-
Status: To-Do (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:4
Description
Situation: When running the FindJunctions program, if a read runs past the end of the specified chromosome length an error is thrown that stops the processing of the rest of the file.
Task: Modify the FindJunctions program so that if a "Position is too high" error is thrown it is caught and reported and then the program continues to proceed instead of exiting.
FindJunctions repository: https://bitbucket.org/lorainelab/findjunctions/src/master/
Attachments
Issue Links
- relates to
-
IGBF-3434 Identify the aligned region and visualize it in IGB
-
- Closed
-
The error that is thrown:
Exception in thread "main" java.lang.RuntimeException: Postion is too high (more than 64792705) at org.biojava.nbio.genome.parsers.twobit.TwoBitParser.setCurrentSequencePosition(TwoBitParser.java:191) at org.biojava.nbio.genome.parsers.twobit.TwoBitParser.loadFragment(TwoBitParser.java:332) at org.lorainelab.findjunctions.FindJunctions.main(FindJunctions.java:249)