Skip to content

Commit 0c77289

Browse files
authored
Merge pull request #1196 from maxulysse/annotation_cache_keys
More sensible default for use_annotation_cache_keys
2 parents ce149be + 66477cd commit 0c77289

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- [#1158](https://github.com/nf-core/sarek/pull/1158) - Add preprint
1717
- [#1159](https://github.com/nf-core/sarek/pull/1159) - ISMB Poster
1818
- [#1173](https://github.com/nf-core/sarek/pull/1173) - CI tests for VQSR track with stub runs
19-
- [#1122](https://github.com/nf-core/sarek/pull/1122) - Add `annotation cache` functionality
19+
- [#1122](https://github.com/nf-core/sarek/pull/1122), [#1196](https://github.com/nf-core/sarek/pull/1196) - Add `annotation cache` functionality
2020
- [#1184](https://github.com/nf-core/sarek/pull/1184) - Stub-based CI-test of Sentieon joint-germline variant-calling with VQSR
2121

2222
### Changed

conf/test_full.config

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ params {
1919

2020
// Other params
2121
tools = 'strelka,mutect2,freebayes,ascat,manta,cnvkit,tiddit,controlfreec,vep'
22-
split_fastq = 20000000
23-
intervals = 's3://ngi-igenomes/test-data/sarek/S07604624_Padded_Agilent_SureSelectXT_allexons_V6_UTR.bed'
24-
wes = true
22+
split_fastq = 20000000
23+
intervals = 's3://ngi-igenomes/test-data/sarek/S07604624_Padded_Agilent_SureSelectXT_allexons_V6_UTR.bed'
24+
wes = true
25+
use_annotation_cache_keys = true
2526
}

conf/test_full_germline.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ params {
1919

2020
// Other params
2121
tools = 'strelka,freebayes,haplotypecaller,deepvariant,manta,tiddit,cnvkit,vep'
22-
23-
split_fastq = 50000000
22+
split_fastq = 50000000
23+
use_annotation_cache_keys = true
2424
}

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ params {
8383
spliceai_indel_tbi = null // No spliceai_indel file index
8484
spliceai_snv = null // No spliceai_snv file
8585
spliceai_snv_tbi = null // No spliceai_snv file index
86-
use_annotation_cache_keys = true
86+
use_annotation_cache_keys = false
8787
vep_cache = 's3://annotation-cache/vep_cache/'
8888
vep_custom_args = "--everything --filter_common --per_gene --total_length --offline --format vcf" // Default arguments for VEP
8989
vep_dbnsfp = null // dbnsfp plugin disabled within VEP

0 commit comments

Comments
 (0)