nick-youngblut / gtdb_to_taxdump

Convert GTDB taxonomy to NCBI taxdump format
MIT License
65 stars 13 forks source link

ngsLCA: ngsLCA.cpp:60: void mod_db(int*, int*, int2int&, int2char&, int2char&): Assertion `parent.count(out[i])==1' #24

Open itpcas-zcb opened 1 month ago

itpcas-zcb commented 1 month ago

I used sequencing data to align with Bowtie2 to the GTDB database, and then I used the gtdb_to_taxdump.py and acc2gtdb_tax.py scripts to generate name, nodes, and acc2tax files. However, I encountered an error when using ngsLCA to annotate the bam file: ngsLCA: ngsLCA.cpp:60: void mod_db(int, int, int2int&, int2char&, int2char&): Assertion `parent.count(out[i])==1' failed

nick-youngblut commented 1 month ago

What is ngsLCA?