Skip to content

Commit

Permalink
increases AF cutoff to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jemten committed Oct 12, 2021
1 parent 0d1e4cb commit 52b10c7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Mitochondrial deletion analysis
- GATK Haplotypecaller has been turned off in favour of Deepvariant
- Introduces possibility to store singularity images locally as a .sif file
- Increased allele frequency cut off for when a variant is filtered out to 0.7

### Tools

Expand Down
2 changes: 1 addition & 1 deletion definitions/dragen_rd_dna_parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ fqf_bcftools_filter_threshold:
associated_recipe:
- frequency_filter
data_type: SCALAR
default: 0.40
default: 0.70
type: recipe_argument
cadd_ar:
analysis_mode: case
Expand Down
2 changes: 1 addition & 1 deletion definitions/rd_dna_panel_parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ fqf_bcftools_filter_threshold:
associated_recipe:
- frequency_filter
data_type: SCALAR
default: 0.40
default: 0.70
type: recipe_argument
cadd_ar:
analysis_mode: case
Expand Down
2 changes: 1 addition & 1 deletion definitions/rd_dna_parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,7 @@ fqf_bcftools_filter_threshold:
associated_recipe:
- frequency_filter
data_type: SCALAR
default: 0.40
default: 0.70
type: recipe_argument
cadd_ar:
analysis_mode: case
Expand Down
2 changes: 1 addition & 1 deletion definitions/rd_dna_vcf_rerun_parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ fqf_bcftools_filter_threshold:
associated_recipe:
- frequency_filter
data_type: SCALAR
default: 0.40
default: 0.70
type: recipe_argument
cadd_ar:
analysis_mode: case
Expand Down

0 comments on commit 52b10c7

Please sign in to comment.