Mercurial > repos > jowong > prince_galaxy
diff filler.py @ 8:63f3743c2ae4 draft
planemo upload
author | jowong |
---|---|
date | Tue, 13 Nov 2018 12:19:53 -0500 |
parents | 82569b47df8d |
children |
line wrap: on
line diff
--- a/filler.py Mon Oct 29 08:30:06 2018 -0400 +++ b/filler.py Tue Nov 13 12:19:53 2018 -0500 @@ -7,7 +7,7 @@ description="produce filler collection to deal with galaxy handling") input = parser.add_argument_group('Input', '') -input.add_argument('-i', '--input', nargs=1, required=True, help="Paths to forward reads") +input.add_argument('-i', '--input', nargs=1, required=True, help="Paths to (forward) reads") input.add_argument('-o', '--output', nargs=1, required=True, help="output") if len(sys.argv) == 0: