From ef074f8455cae886f6af68bf40f6eeaf6d962bfe Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Thu, 7 May 2020 17:08:59 +0200 Subject: [PATCH] typo --- python/obitools3/commands/ngsfilter.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/obitools3/commands/ngsfilter.pyx b/python/obitools3/commands/ngsfilter.pyx index bcbcd1e..b99d168 100644 --- a/python/obitools3/commands/ngsfilter.pyx +++ b/python/obitools3/commands/ngsfilter.pyx @@ -42,8 +42,8 @@ def addOptions(parser): metavar="", type=str, default=None, - 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") + help="URI to the view containing the samples definition (with tags, primers, sample names,...).\n" + "\nWarning: primer lengths must be less than or equal to 32") group.add_argument('-R', '--reverse-reads', action="store", dest="ngsfilter:reverse",