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
Should I change anything with the execution file before running?
that is the header of the error it gave me
java.io.FileNotFoundException: XX_proteins_tBLASTn.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:138)
at java.io.FileReader.(FileReader.java:72)
at com.era7.bioinfo.annotation.PredictGenes.main(PredictGenes.java:170)
at com.era7.bioinfo.annotation.PredictGenes.execute(PredictGenes.java:47)
at com.era7.lib.bioinfo.bioinfoutil.ExecuteFromFile.main(ExecuteFromFile.java:66)
at com.era7.bioinfo.annotation.BG7.main(BG7.java:32)
Is it something with naming the files?
The text was updated successfully, but these errors were encountered:
I have a couple of questions,
java.io.FileNotFoundException: XX_proteins_tBLASTn.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:138)
at java.io.FileReader.(FileReader.java:72)
at com.era7.bioinfo.annotation.PredictGenes.main(PredictGenes.java:170)
at com.era7.bioinfo.annotation.PredictGenes.execute(PredictGenes.java:47)
at com.era7.lib.bioinfo.bioinfoutil.ExecuteFromFile.main(ExecuteFromFile.java:66)
at com.era7.bioinfo.annotation.BG7.main(BG7.java:32)
Is it something with naming the files?
The text was updated successfully, but these errors were encountered: