Skip to content

Commit

Permalink
#42 updated help message
Browse files Browse the repository at this point in the history
  • Loading branch information
creisle authored Feb 2, 2018
1 parent f4c9a7a commit fefb471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mavis/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def generate_config(parser, required, optional, log=devnull):
'--external_conversion', metavar=('<alias>', '<"command">'), nargs=2, default=[],
help='alias for use in inputs and full command (quoted)', action='append')
optional.add_argument(
'--add_defaults', default=False, action='store_true', help='do not write current defaults to the config output')
'--add_defaults', default=False, action='store_true', help='write current defaults for all non-specified options to the config output')
augment_parser(['annotations'], optional, optional)
# add the optional annotations file (only need this is auto generating bam stats for the transcriptome)
augment_parser(['skip_stage'], optional)
Expand Down

0 comments on commit fefb471

Please sign in to comment.