Skip to content

Commit 3fce8e2

Browse files
authored
Merge pull request #626 from maxulysse/dev_annotation
Annotation code polish
2 parents c81e07a + e0585de commit 3fce8e2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108108
- [#581](https://github.com/nf-core/sarek/pull/581) - `TIDDIT` is back
109109
- [#590](https://github.com/nf-core/sarek/pull/590) - Fix empty folders during scatter/gather
110110
- [#592](https://github.com/nf-core/sarek/pull/592) - Fix optional resources for Mutect2, GetPileupSummaries, and HaplotypeCaller: issue [#299](https://github.com/nf-core/sarek/issues/299), [#359](https://github.com/nf-core/sarek/issues/359), [#367](https://github.com/nf-core/sarek/issues/367)
111-
- [#598](https://github.com/nf-core/sarek/pull/598), [#614](https://github.com/nf-core/sarek/pull/614) - Remove WARNING message for config selector not matching
111+
- [#598](https://github.com/nf-core/sarek/pull/598), [#614](https://github.com/nf-core/sarek/pull/614), [#626](https://github.com/nf-core/sarek/pull/626) - Remove WARNING message for config selector not matching
112112
- [#599](https://github.com/nf-core/sarek/pull/599) - Add checks for correct data type for `params.step`
113113
- [#599](https://github.com/nf-core/sarek/pull/599) - Add checks for no empty `--tools` with `--step variant_calling` or `--step annotation`
114114
- [#600](https://github.com/nf-core/sarek/pull/600) - Remove `nf-core lint` warnings

conf/modules.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,9 @@ process{
11911191
pattern: "*{gz,gz.tbi}"
11921192
]
11931193
}
1194+
}
11941195

1196+
if (params.tools && (params.tools.contains('snpeff') || params.tools.contains('merge'))) {
11951197
withName: 'NFCORE_SAREK:SAREK:ANNOTATE:ANNOTATION_SNPEFF:TABIX_BGZIPTABIX' {
11961198
publishDir = [
11971199
mode: params.publish_dir_mode,

0 commit comments

Comments
 (0)