@@ -1953,7 +1953,7 @@ static void error(const char *format, ...)
1953
1953
printf (" -h, --help This help message\n" );
1954
1954
printf (" -i, --insert-size <int> Maximum insert size [8000]\n" );
1955
1955
printf (" -I, --id <string> Include only listed read group or sample name\n" );
1956
- printf (" -l, --read-length <int> Include in the statistics only reads with the given read length []\n" );
1956
+ printf (" -l, --read-length <int> Include in the statistics only reads with the given read length [-1 ]\n" );
1957
1957
printf (" -m, --most-inserts <float> Report only the main part of inserts [0.99]\n" );
1958
1958
printf (" -P, --split-prefix <str> Path or string prefix for filepaths output by -S (default is input filename)\n" );
1959
1959
printf (" -q, --trim-quality <int> The BWA trimming parameter [0]\n" );
@@ -1963,7 +1963,7 @@ static void error(const char *format, ...)
1963
1963
printf (" -t, --target-regions <file> Do stats in these regions only. Tab-delimited file chr,from,to, 1-based, inclusive.\n" );
1964
1964
printf (" -x, --sparse Suppress outputting IS rows where there are no insertions.\n" );
1965
1965
printf (" -p, --remove-overlaps Remove overlaps of paired-end reads from coverage and base count computations.\n" );
1966
- printf (" -g, --cov-threshold Only bases with coverage above this value will be included in the target percentage computation. \n" );
1966
+ printf (" -g, --cov-threshold Only bases with coverage above this value will be included in the target percentage computation [0] \n" );
1967
1967
sam_global_opt_help (stdout , "-.--.@" );
1968
1968
printf ("\n" );
1969
1969
}
0 commit comments