diff --git a/python/obitools3/commands/ngsfilter.pyx b/python/obitools3/commands/ngsfilter.pyx index 1f89638..88c8127 100644 --- a/python/obitools3/commands/ngsfilter.pyx +++ b/python/obitools3/commands/ngsfilter.pyx @@ -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)