diamond
diamond copied to clipboard
full_qqual seems to have become an int (was a string)
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
?
Yes indeed, it will be fixed in the next release.
Thanks! I hope you're well :-)