Skip to content

Commit

Permalink
Merge 7b73620 into 193fbaa
Browse files Browse the repository at this point in the history
  • Loading branch information
jemten committed Aug 25, 2021
2 parents 193fbaa + 7b73620 commit a52288c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Develop]

- HmtNote: annotate mitochondrial variants in VCF file
- Mitochondrial deletion analysis
- GATK Haplotypecaller has been turned off in favour of Deepvariant

### Tools

Expand Down
13 changes: 8 additions & 5 deletions definitions/rd_dna_parameters.yaml
Expand Up @@ -523,7 +523,7 @@ gatk_baserecalibration:
associated_recipe:
- mip
data_type: SCALAR
default: 1
default: 0
file_tag: _brecal
outfile_suffix: ".bam"
program_executables:
Expand Down Expand Up @@ -1192,7 +1192,7 @@ gatk_haplotypecaller:
associated_recipe:
- mip
data_type: SCALAR
default: 1
default: 0
file_tag: _haptc
outfile_suffix: ".vcf"
program_executables:
Expand Down Expand Up @@ -1263,7 +1263,7 @@ gatk_genotypegvcfs:
associated_recipe:
- mip
data_type: SCALAR
default: 1
default: 0
file_tag: _gent
outfile_suffix: ".vcf"
program_executables:
Expand All @@ -1288,7 +1288,7 @@ gatk_gathervcfs:
associated_recipe:
- mip
data_type: SCALAR
default: 1
default: 0
file_tag: ""
outfile_suffix: ".vcf"
program_executables:
Expand All @@ -1306,7 +1306,7 @@ gatk_variantrecalibration:
associated_recipe:
- mip
data_type: SCALAR
default: 1
default: 0
file_tag: _vrecal
program_executables:
- bcftools
Expand Down Expand Up @@ -1459,12 +1459,15 @@ gatk_combinevariants_prioritize_caller:
associated_recipe:
- gatk_combinevariantcallsets
data_type: SCALAR
default: deepvariant
mandatory: no
type: recipe_argument
gatk_combinevariants_callers_to_combine:
associated_recipe:
- gatk_combinevariantcallsets
data_type: ARRAY
default:
- glnexus_merge
mandatory: no
type: recipe_argument
prepareforvariantannotationblock:
Expand Down
1 change: 1 addition & 0 deletions lib/MIP/Cli/Mip/Analyse/Rd_dna.pm
Expand Up @@ -1397,6 +1397,7 @@ q{Number of hom-ref genotypes to infer at sites not present in a panel. Connecte
q{gatk_combinevariants_callers_to_combine} => (
cmd_flag => q{gatk_combinevar_use_callers},
documentation => q{Combine vcf output from these recipes},
cmd_tags => [q{Defaults: glnexus_merge}],
is => q{rw},
isa => ArrayRef [ enum( [qw{ gatk_variantrecalibration glnexus_merge }] ), ],
)
Expand Down
4 changes: 0 additions & 4 deletions templates/grch38_mip_rd_dna_config.yaml
Expand Up @@ -66,10 +66,6 @@ vcfanno_config: grch38_vcfanno_config_-v0.2-.toml
### Analysis
## Programs
## Parameters
gatk_combinevariants_prioritize_caller: deepvariant,haplotypecaller
gatk_combinevariants_callers_to_combine:
- gatk_variantrecalibration
- glnexus_merge
gatk_path: /opt/conda/opt/gatk-3.8
qccollect_sampleinfo_file: cluster_constant_path!/case_id!/analysis_constant_path!/case_id!_qc_sample_info.yaml
picardtools_path: /usr/picard/
Expand Down
4 changes: 0 additions & 4 deletions templates/mip_rd_dna_config.yaml
Expand Up @@ -47,10 +47,6 @@ fqf_annotations:
- GNOMADAF
- GNOMADAF_popmax
- SWEGENAF
gatk_combinevariants_prioritize_caller: deepvariant,haplotypecaller
gatk_combinevariants_callers_to_combine:
- gatk_variantrecalibration
- glnexus_merge
gatk_path: /usr
picardtools_path: /usr/picard
qccollect_sampleinfo_file: cluster_constant_path!/case_id!/analysis_constant_path!/case_id!_qc_sample_info.yaml
Expand Down

0 comments on commit a52288c

Please sign in to comment.