Skip to content

Commit 6972ffa

Browse files
author
Daniel Cooke
committed
Rename option "extract-filtered-source-candidates"
To "use-filtered-source-candidates"
1 parent 8f40fc3 commit 6972ffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/option_parser.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,9 @@ OptionMap parse_options(const int argc, const char** argv)
337337
po::value<Phred<double>>()->implicit_value(Phred<double> {2.0}),
338338
"Only variants with quality above this value are considered for candidate generation")
339339

340-
("extract-filtered-source-candidates",
340+
("use-filtered-source-candidates",
341341
po::value<bool>()->default_value(false),
342-
"Extract variants from source VCF records that have been filtered")
342+
"Use variants from source VCF records that have been filtered")
343343

344344
("min-base-quality",
345345
po::value<int>()->default_value(20),

0 commit comments

Comments
 (0)