Add more error checks on taxonomy reading

Former-commit-id: 30c848d8e61214afcc7d92f0d3a3f5a1474fc720
This commit is contained in:
2023-12-14 08:09:06 +01:00
parent 2caaa62485
commit b9a7961c91
3 changed files with 25 additions and 3 deletions

View File

@@ -118,7 +118,8 @@ func IndexSequence(seqidx int,
log.Println(sequence.Id(), tseq.Taxid(), tseq.ScientificName(), tseq.Rank(), nfastok)
log.Println(sequence.Id(), tseq.Taxid(), tseq.ScientificName(), tseq.Rank(), nali)
log.Println(sequence.Id(), tseq.Taxid(), tseq.ScientificName(), tseq.Rank(), nok)
*/return obitag_index
*/
return obitag_index
}
func IndexReferenceDB(iterator obiiter.IBioSequence) obiiter.IBioSequence {