walaj/SeqLib

determine if a quality string is empty

ekg opened this issue · 0 comments

ekg commented

In freebayes, I've found an issue where an empty quality string ("*" in SAM) is translated into a string of null characters.

Is there a way to check if the quality string should be empty other than by checking if Quality() returns a bunch of nulls?