Updating docs for GCContentByInterval

This walker does not take any BAMs. It only walks over the reference.
This commit is contained in:
Mauricio Carneiro 2011-10-13 13:27:00 -04:00
parent 0939d16a8d
commit e12ffb6547
1 changed files with 2 additions and 3 deletions

View File

@ -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>
* *