Skip to content

Commit

Permalink
Update Mutect2.java Documentation (#8999)
Browse files Browse the repository at this point in the history
This commit changes the default --mitochondria-mode parameters to what they are supposed to be in the source code based on the raised question in the forum 

https://gatk.broadinstitute.org/hc/en-us/community/posts/29969305493147-Incorrect-documentation-for-mitochondria-mode-in-Mutect2

This commit also fixes the mitochondria mode flag to its correct naming in the documentation.
  • Loading branch information
gokalpcelik authored Oct 14, 2024
1 parent 2e459a5 commit fa3f11c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@
* </pre>
*
* <h4>(iii) Mitochondrial mode</h4>
* <p>Mutect2 automatically sets parameters appropriately for calling on mitochondria with the <nobr>--mitochondria</nobr> flag.
* <p>Mutect2 automatically sets parameters appropriately for calling on mitochondria with the <nobr>--mitochondria-mode</nobr> flag.
* Specifically, the mode sets <nobr>--initial-tumor-lod</nobr> to 0, <nobr>--tumor-lod-to-emit</nobr> to 0, <nobr>--af-of-alleles-not-in-resource</nobr> to
* 4e-3, and the advanced parameter <nobr>--pruning-lod-threshold</nobr> to -4.</p>
* 4e-3, and the advanced parameter <nobr>--pruning-lod-threshold</nobr> to -4*ln(10).</p>
*
* <pre>
* gatk Mutect2 \
Expand Down

0 comments on commit fa3f11c

Please sign in to comment.