Skip to content

Commit d326e02

Browse files
committed
options cleanup
1 parent 067fd1c commit d326e02

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/subcommand/call_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void help_call(char** argv) {
5454
<< " -a, --genotype-snarls genotype every snarl, including reference calls" << endl
5555
<< " (use to compare multiple samples)" << endl
5656
<< " -A, --all-snarls genotype all snarls, including nested child snarls." << endl
57-
<< " Uses hierarchical top-down processing and writes LV/PS tags." << endl
57+
<< " Hierarchical top-down processing, writes LV/PS tags." << endl
5858
<< " -c, --min-length N genotype only snarls with" << endl
5959
<< " at least one traversal of length >= N" << endl
6060
<< " -C, --max-length N genotype only snarls where" << endl

src/subcommand/paths_main.cpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,13 @@ void help_paths(char** argv) {
6666
<< " -R, --reference-paths select reference paths" << endl
6767
<< " -H, --haplotype-paths select haplotype paths" << endl
6868
<< "augmented reference computation:" << endl
69-
<< " --compute-augref compute augmented reference path cover (use -Q for reference)" << endl
69+
<< " --compute-augref compute augmented reference path cover" << endl
70+
<< " (use -Q to select reference paths)" << endl
7071
<< " --min-augref-len N minimum augref fragment length [10]" << endl
7172
<< " --augref-sample STR create augref paths under a new sample" << endl
72-
<< " (copies base paths to new sample, then adds augref paths)" << endl
73+
<< " (copies base paths to new sample," << endl
74+
<< " then adds augref paths)." << endl
75+
<< " if unspecified, paths get added to target sample." << endl
7376
<< "configuration:" << endl
7477
<< " -o, --overlay apply a ReferencePathOverlayHelper to the graph" << endl
7578
<< " -t, --threads N number of threads to use [all available]" << endl

0 commit comments

Comments
 (0)