You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using an empy file as fasta input, produces this error. File Integrity should be checked BEFORE anaylizing any non-existing sequence.
Analyzing query sequences...
java.lang.ArithmeticException: / by zero
at inputs.FASTAPointer.checkSize(FASTAPointer.java:242)
at inputs.FASTAPointer.(FASTAPointer.java:55)
at main_v2.Main_PLACEMENT_v07.doPlacements(Main_PLACEMENT_v07.java:182)
at main_v2.Main_v2.main(Main_v2.java:162)
The text was updated successfully, but these errors were encountered:
When using an empy file as fasta input, produces this error. File Integrity should be checked BEFORE anaylizing any non-existing sequence.
Analyzing query sequences...
java.lang.ArithmeticException: / by zero
at inputs.FASTAPointer.checkSize(FASTAPointer.java:242)
at inputs.FASTAPointer.(FASTAPointer.java:55)
at main_v2.Main_PLACEMENT_v07.doPlacements(Main_PLACEMENT_v07.java:182)
at main_v2.Main_v2.main(Main_v2.java:162)
The text was updated successfully, but these errors were encountered: