Skip to content

Commit

Permalink
Docs correction for the --heterozygosity argument in the GenotypeCalc…
Browse files Browse the repository at this point in the history
…ulationArgumentCollection (#7661)

There's no such thing as posterior likelihoods
  • Loading branch information
ldgauthier committed Mar 10, 2022
1 parent a66e60d commit 572b84a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public GenotypeCalculationArgumentCollection clone() {
* The quantity that changes whether the GATK considers the possibility of a het genotype at all is the ploidy,
* which determines how many chromosomes each individual in the species carries.
*/
@Argument(fullName = "heterozygosity", doc = "Heterozygosity value used to compute prior likelihoods for any locus. See the GATKDocs for full details on the meaning of this population genetics concept", optional = true)
@Argument(fullName = "heterozygosity", doc = "Heterozygosity value used to compute prior probabilities for any locus. See the GATKDocs for full details on the meaning of this population genetics concept", optional = true)
public Double snpHeterozygosity = HomoSapiensConstants.SNP_HETEROZYGOSITY;

/**
Expand Down

0 comments on commit 572b84a

Please sign in to comment.