ngsfilter: added warning about primer length in -h (#75)

This commit is contained in:
Celine Mercier
2020-04-05 18:39:20 +02:00
parent f0d152fcbd
commit 0b98371688

View File

@ -42,7 +42,8 @@ def addOptions(parser):
metavar="<URI>",
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",