Skip to content

Commit

Permalink
genotype-germline-sites not called experimental (#7533)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbenjamin committed Oct 31, 2021
1 parent f3df0b3 commit f638603
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ public ReadThreadingAssembler createReadThreadingAssembler(){
public boolean genotypePonSites = false;

/**
* Usually we exclude sites in the panel of normals from active region determination, which saves time. Setting this to true
* Usually we exclude germline sites from active region determination to save runtime. Setting this to true
* causes Mutect to produce a variant call at these sites. This call will still be filtered, but it shows up in the vcf.
*/
@Argument(fullName= GENOTYPE_GERMLINE_SITES_LONG_NAME, doc="(EXPERIMENTAL) Call all apparent germline site even though they will ultimately be filtered.", optional = true)
@Argument(fullName= GENOTYPE_GERMLINE_SITES_LONG_NAME, doc="Call all apparent germline site even though they will ultimately be filtered.", optional = true)
public boolean genotypeGermlineSites = false;

/**
Expand Down

0 comments on commit f638603

Please sign in to comment.