Skip to content

Commit

Permalink
SNPSummaryComponent: fix option description for -snp-stats
Browse files Browse the repository at this point in the history
FossilOrigin-Name: a8948da905a4ebd4aff8be77dcb2b70e497c9dec72b27acf20c1569d1ba06f95
  • Loading branch information
[email protected] committed Oct 26, 2017
1 parent d64148a commit 3b70b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SNPSummaryComponent/src/SNPSummaryComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
void SNPSummaryComponent::declare_options( appcontext::OptionProcessor& options ) {
options.declare_group( "SNP computation options" ) ;
options[ "-snp-stats" ]
.set_description( "Calculate and output per-SNP statistics. This implies that no SNP filtering options are used." ) ;
.set_description( "Calculate and output per-SNP statistics." ) ;
options[ "-snp-stats-columns" ]
.set_description( "Comma-seperated list of extra columns to output in the snp-wise statistics file." )
.set_takes_single_value()
Expand Down

0 comments on commit 3b70b56

Please sign in to comment.