Skip to content

Commit

Permalink
fix (decoy_fasta): return parser so the help message can be accessed …
Browse files Browse the repository at this point in the history
…when building the docs.
  • Loading branch information
zhuchcn committed Feb 25, 2022
1 parent 7f7d940 commit 575282e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moPepGen/cli/decoy_fasta.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def add_subparser_decoy_fasta(subparser:argparse._SubParsersAction):
common.add_args_quiet(parser)
common.print_help_if_missing_args(parser)
parser.set_defaults(func=decoy_fasta)
return parser

class _Summary():
""" Summary """
Expand Down

0 comments on commit 575282e

Please sign in to comment.