File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments