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>
* <p>
* One or more BAM files.
* A reference file
* </p>
*
* <h2>Output</h2>
* <p>
* GC content calculations per interval.
* GC content calculations per interval.
* </p>
*
* <h2>Examples</h2>
@ -56,7 +56,6 @@ import java.util.List;
* -R ref.fasta \
* -T GCContentByInterval \
* -o output.txt \
* -I input.bam \
* -L input.intervals
* </pre>
*