Updating docs for GCContentByInterval
This walker does not take any BAMs. It only walks over the reference.
This commit is contained in:
parent
0939d16a8d
commit
e12ffb6547
|
|
@ -42,12 +42,12 @@ import java.util.List;
|
||||||
*
|
*
|
||||||
* <h2>Input</h2>
|
* <h2>Input</h2>
|
||||||
* <p>
|
* <p>
|
||||||
* One or more BAM files.
|
* A reference file
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* <h2>Output</h2>
|
* <h2>Output</h2>
|
||||||
* <p>
|
* <p>
|
||||||
* GC content calculations per interval.
|
* GC content calculations per interval.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* <h2>Examples</h2>
|
* <h2>Examples</h2>
|
||||||
|
|
@ -56,7 +56,6 @@ import java.util.List;
|
||||||
* -R ref.fasta \
|
* -R ref.fasta \
|
||||||
* -T GCContentByInterval \
|
* -T GCContentByInterval \
|
||||||
* -o output.txt \
|
* -o output.txt \
|
||||||
* -I input.bam \
|
|
||||||
* -L input.intervals
|
* -L input.intervals
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue