Skip to content

Commit

Permalink
[ADAM-1465] Updating realigner CLI docs.
Browse files Browse the repository at this point in the history
Resolves #1465.
  • Loading branch information
fnothaft authored and heuermh committed Apr 3, 2017
1 parent a70c371 commit bbcb0ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/50_cli.md
Expand Up @@ -165,6 +165,15 @@ options fall into several general categories:
* `-max_target_size`: The maximum length of a target to realign. Targets
longer than this size are dropped before trying to realign. Defaults to
3,000bp.
* `-max_reads_per_target`: The maximum number of reads in a target that
we will try to realign. By default, this value is 20,000 reads. If we
encounter a target with more than this number of reads, we skip realigning
this target.
* `-reference`: An optional path to a reference genome assembly build. If this
is not provided, then we attempt to reconstruct the reference at each target
from the MD tags on each read.
* `-unclip_reads`: If provided, we will unclip reads when attempting to realign
them to the reference. If not provided, we leave clipped reads clipped.
* `-log_odds_threshold`: The log odds threshold to use for picking a
consensus sequence to finalize realignments against. A consensus will not
be realigned against unless the Phred weighted edit distance against the
Expand Down

0 comments on commit bbcb0ef

Please sign in to comment.