Skip to content

Commit 10873d3

Browse files
docs(cli): regenerate reference with gap-alignment-side descriptions
1 parent bfa730a commit 10873d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/user/nextclade-cli/reference.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,11 @@ For short help type: `nextclade -h`, for extended help type: `nextclade --help`.
411411
* `--terminal-bandwidth <TERMINAL_BANDWIDTH>` — Excess bandwidth for terminal stripes
412412
* `--gap-alignment-side <GAP_ALIGNMENT_SIDE>` — Whether to align gaps on the left or right side if equally parsimonious. Default: left
413413

414-
Possible values: `left`, `right`
414+
Possible values:
415+
- `left`:
416+
Place ambiguous gaps on the left (5') side. This is the default
417+
- `right`:
418+
Place ambiguous gaps on the right (3') side
415419

416420
* `--kmer-length <KMER_LENGTH>` — Length of exactly matching k-mers used in the seed alignment of the query to the reference
417421
* `--kmer-distance <KMER_DISTANCE>` — Interval of successive k-mers on the query sequence. Should be small compared to the query length

0 commit comments

Comments
 (0)