I have a single large pseuomolecule in FASTA format which I'm trying to index with bbmap (v34.86). However it is throwing this exception and I don't know what the possible problem might be:
Exception in thread "main" java.lang.AssertionError: Genome 1: numChroms=0
at dna.Data.setGenome2(Data.java:875)
at dna.Data.setGenome(Data.java:778)
at align2.BBMap.loadIndex(BBMap.java:302)
at align2.BBMap.main(BBMap.java:32)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Confirmed an exception is raised for the latest version v35.10:
Exception in thread "main" java.lang.AssertionError: Genome 1: numChroms=0
at dna.Data.setGenome2(Data.java:860)
at dna.Data.setGenome(Data.java:763)
at align2.BBMap.loadIndex(BBMap.java:306)
at align2.BBMap.main(BBMap.java:32)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi! Apologies for not noticing this earlier; I mainly watch SeqAnswers.
Would it be possible for you to email me the fasta file causing the problem? It sounds like the error is because either there's nothing in the file or it is improperly formatted, but I'm not really sure...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a single large pseuomolecule in FASTA format which I'm trying to index with bbmap (v34.86). However it is throwing this exception and I don't know what the possible problem might be:
Exception in thread "main" java.lang.AssertionError: Genome 1: numChroms=0
at dna.Data.setGenome2(Data.java:875)
at dna.Data.setGenome(Data.java:778)
at align2.BBMap.loadIndex(BBMap.java:302)
at align2.BBMap.main(BBMap.java:32)
Confirmed an exception is raised for the latest version v35.10:
Exception in thread "main" java.lang.AssertionError: Genome 1: numChroms=0
at dna.Data.setGenome2(Data.java:860)
at dna.Data.setGenome(Data.java:763)
at align2.BBMap.loadIndex(BBMap.java:306)
at align2.BBMap.main(BBMap.java:32)
Hi! Apologies for not noticing this earlier; I mainly watch SeqAnswers.
Would it be possible for you to email me the fasta file causing the problem? It sounds like the error is because either there's nothing in the file or it is improperly formatted, but I'm not really sure...