From a17eb445c25d2136de22192a4322e220769c41e7 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Wed, 10 Jun 2020 16:27:36 +0200 Subject: [PATCH] ngsfilter: made one of the tag error messages more accurate --- python/obitools3/commands/ngsfilter.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)