From 0b98371688b929bf7165f77949a943c37841f753 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Sun, 5 Apr 2020 18:39:20 +0200 Subject: [PATCH] ngsfilter: added warning about primer length in -h (#75) --- python/obitools3/commands/ngsfilter.pyx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/obitools3/commands/ngsfilter.pyx b/python/obitools3/commands/ngsfilter.pyx index 89ae5ba..bcbcd1e 100644 --- a/python/obitools3/commands/ngsfilter.pyx +++ b/python/obitools3/commands/ngsfilter.pyx @@ -42,7 +42,8 @@ def addOptions(parser): metavar="", type=str, default=None, - help="URI to the view containing the samples definition (with tags, primers, sample names,...)") + help="URI to the view containing the samples definition (with tags, primers, sample names,...)" + "Warning: primer lengths must be less than or equal to 32") group.add_argument('-R', '--reverse-reads', action="store", dest="ngsfilter:reverse",