diff --git a/public/java/src/org/broadinstitute/sting/gatk/walkers/coverage/GCContentByIntervalWalker.java b/public/java/src/org/broadinstitute/sting/gatk/walkers/coverage/GCContentByIntervalWalker.java index 5c2a967b9..17b17764b 100755 --- a/public/java/src/org/broadinstitute/sting/gatk/walkers/coverage/GCContentByIntervalWalker.java +++ b/public/java/src/org/broadinstitute/sting/gatk/walkers/coverage/GCContentByIntervalWalker.java @@ -42,12 +42,12 @@ import java.util.List; * *

Input

*

- * One or more BAM files. + * A reference file *

* *

Output

*

- * GC content calculations per interval. + * GC content calculations per interval. *

* *

Examples

@@ -56,7 +56,6 @@ import java.util.List; * -R ref.fasta \ * -T GCContentByInterval \ * -o output.txt \ - * -I input.bam \ * -L input.intervals * *