bbuchfink / diamond

Accelerated BLAST compatible local sequence aligner.
GNU General Public License v3.0
994 stars 183 forks source link

full_qqual seems to have become an int (was a string) #727

Open terrycojones opened 11 months ago

terrycojones commented 11 months ago

Hi Benjamin

Running diamond 2.1.8, I just had some tests fail due to full_qqual coming back as an int not a string. Should line 102 in output/blast_tab_format.cpp:

{ "full_qqual", "", "Query quality values", HspValues::NONE, Flags::NONE }, // 53

instead have Flags::IS_STRING?

bbuchfink commented 11 months ago

Yes indeed, it will be fixed in the next release.

terrycojones commented 11 months ago

Thanks! I hope you're well :-)