Skip to content

Commit

Permalink
updating help message for not including pls
Browse files Browse the repository at this point in the history
  • Loading branch information
mgymrek committed Nov 25, 2015
1 parent 0fc876b commit 27e9ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main_allelotype.cpp
Expand Up @@ -104,7 +104,7 @@ void show_help() {
<< "--version: print out allelotype program version number\n\n"
<< "Options for calculating and reporting allelotypes:\n"
<< "--include-gl Include the GL field in the VCF file (default = false)\n"
<< "--dont-include-pl Do not print the (very large) PL field in the VCF file (default = false)\n\n"
<< "--dont-include-pl Do not print the PL field in the VCF file (default = false). Makes VCFs smaller.\n\n"
<< "Default options for filtering reads:\n"
<< "--min-border <INT>: Filter reads that do not extend past both ends of the STR region\n"
<< " by at least <INT> bp. Default: " << min_border << "\n"
Expand Down

0 comments on commit 27e9ce6

Please sign in to comment.