Merge branch 'master' of ssh://nickel.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable
This commit is contained in:
commit
2a8b8efd2f
|
|
@ -43,8 +43,10 @@ import java.util.List;
|
||||||
* Generates an alternative reference sequence over the specified interval.
|
* Generates an alternative reference sequence over the specified interval.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* Given variant ROD tracks, it replaces the reference bases at variation sites with the bases supplied by the ROD(s).
|
* Given variant tracks, it replaces the reference bases at variation sites with the bases supplied by the ROD(s).
|
||||||
* Additionally, allows for a "snpmask" ROD to set overlapping bases to 'N'.
|
* Additionally, allows for one or more "snpmask" VCFs to set overlapping bases to 'N'.
|
||||||
|
* Note that if there are multiple variants at a site, it takes the first one seen.
|
||||||
|
* Reference bases for each interval will be output as a separate fasta sequence (named numerically in order).
|
||||||
*
|
*
|
||||||
* <h2>Input</h2>
|
* <h2>Input</h2>
|
||||||
* <p>
|
* <p>
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,9 @@ import java.io.PrintStream;
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* The output format can be partially controlled using the provided command-line arguments.
|
* The output format can be partially controlled using the provided command-line arguments.
|
||||||
|
* Specify intervals with the usual -L argument to output only the reference bases within your intervals.
|
||||||
|
* Overlapping intervals are automatically merged; reference bases for each disjoint interval will be output as a
|
||||||
|
* separate fasta sequence (named numerically in order).
|
||||||
*
|
*
|
||||||
* <h2>Input</h2>
|
* <h2>Input</h2>
|
||||||
* <p>
|
* <p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue