Skip to content

Commit 90afb3e

Browse files
committed
javadoc
1 parent 1d952c5 commit 90afb3e

File tree

1 file changed

+12
-0
lines changed
  • src/main/java/org/broadinstitute/hellbender/tools/walkers/mutect

1 file changed

+12
-0
lines changed

src/main/java/org/broadinstitute/hellbender/tools/walkers/mutect/Mutect2.java

+12
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,18 @@
146146
* For the value, provide the median coverage expected in autosomal regions with coverage. The mode accepts only a
147147
* single sample, which can be provided in multiple files.</p>
148148
*
149+
* <h4>(iv) Force-calling mode</h4>
150+
* <p>This mode force-calls all alleles in force-call-alleles.vcf in addition to any other variants Mutect2 discovers.
151+
*
152+
* <pre>
153+
* gatk Mutect2 \
154+
* -R reference.fa \
155+
* -I sample.bam \
156+
* -alleles force-call-alleles.vcf
157+
* -tumor sample_name \
158+
* -O single_sample.vcf.gz
159+
* </pre>
160+
*
149161
* <h3>Notes</h3>
150162
* <ol>
151163
* <li>Mutect2 does not require a germline resource nor a panel of normals (PoN) to run. The tool prefilters sites

0 commit comments

Comments
 (0)