Skip to content

Commit

Permalink
(jebene) minor change to merge help
Browse files Browse the repository at this point in the history
  • Loading branch information
jebene committed May 6, 2015
1 parent bb08913 commit 401fcab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jacquard/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,8 +564,7 @@ def add_subparser(subparser):
parser.add_argument("--include_cells",
choices=["all", "valid", "passed", "somatic"],
default="valid",
help=("%(choices)s\n"
"all: Include all variants\n"
help=("all: Include all variants\n"
"valid: Only include valid variants\n"
"passed: Only include variants which passed their respective filter\n"
"somatic: Only include somatic variants"),
Expand Down

0 comments on commit 401fcab

Please sign in to comment.