Skip to content

Commit

Permalink
Update help message for samtools_exclude_flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Colelyman committed Nov 22, 2024
1 parent 2e7b373 commit d2ba9e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRISPResso2/args.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,14 +257,14 @@
},
"samtools_exclude_flags": {
"keys": ["--samtools_exclude_flags"],
"help": "Exclude reads with any of the specified flags set in the SAM/BAM file. Default is 4 (read unmapped).",
"help": "Exclude reads with any of the specified flags set in the SAM/BAM file. Flags can be specified in either base 16 (hex) or base 10. Default is 4 (read unmapped).",
"type": "str",
"default": "4",
"tools": ["Pooled", "WGS"]
},
"samtools_exclude_flags_core": {
"keys": ["--samtools_exclude_flags"],
"help": "Exclude reads with any of the specified flags set in the SAM/BAM file. Default is 0 (no reads filtered).",
"help": "Exclude reads with any of the specified flags set in the SAM/BAM file. Flags can be specified in either base 16 (hex) or base 10. Default is 0 (no reads filtered).",
"type": "str",
"default": "0",
"tools": ["Core"]
Expand Down

0 comments on commit d2ba9e7

Please sign in to comment.