Skip to content

Commit fe8efa7

Browse files
wulj2valeriuo
authored andcommitted
make the meaning of -s options in samtools depth subcmd more clear
1 parent 9abe06b commit fe8efa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bam2depth.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ static int usage() {
9191
" The default set is UNMAP,SECONDARY,QCFAIL,DUP or 0x704\n");
9292
fprintf(stderr, " -J include reads with deletions in depth computation\n");
9393
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");
94+
" of a single read. This option will automatically raise the base quality\n"
95+
" threshold to at least 1.\n");
9696

9797
sam_global_opt_help(stderr, "-.--.--.");
9898

0 commit comments

Comments
 (0)