We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9abe06b commit fe8efa7Copy full SHA for fe8efa7
bam2depth.c
@@ -91,8 +91,8 @@ static int usage() {
91
" The default set is UNMAP,SECONDARY,QCFAIL,DUP or 0x704\n");
92
fprintf(stderr, " -J include reads with deletions in depth computation\n");
93
fprintf(stderr, " -s for the overlapping section of a read pair, count only the bases\n"
94
- " of a single read. This option requires raising the base quality\n"
95
- " threshold to 1.\n");
+ " of a single read. This option will automatically raise the base quality\n"
+ " threshold to at least 1.\n");
96
97
sam_global_opt_help(stderr, "-.--.--.");
98
0 commit comments