ngsfilter: made one of the tag error messages more accurate

This commit is contained in:
Celine Mercier
2020-06-10 16:27:36 +02:00
parent e4a32788c2
commit a17eb445c2

View File

@ -506,7 +506,7 @@ cdef tuple annotate(sequences, infos, no_tags, verbose=False):
sample=None
if sample is None:
sequences[0][b'error']=b"No tags found"
sequences[0][b'error']=b"No sample with that tag combination"
return False, sequences[0]
sequences[0].update(sample)