Skip to content

Commit 98a9545

Browse files
authored
Merge pull request #882 from Lehmann-Fabian/dev
Define DSL1 explicitly, as Nextflow made DSL2 default
2 parents 197f6a7 + 3ad88ec commit 98a9545

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## [dev]
7+
8+
### `Added`
9+
10+
### `Fixed`
11+
12+
- [#882](https://github.com/nf-core/eager/pull/882) Define DSL1 execution explicitly, as new versions Nextflow made DSL2 default (♥ to & fix from @Lehmann-Fabian)
13+
14+
### `Dependencies`
15+
16+
### `Deprecated`
17+
618
## [2.4.4] - 2022-04-08
719

820
### `Added`

main.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
For a list of authors and contributors, see: https://github.com/nf-core/eager/tree/dev#authors-alphabetical
1111
------------------------------------------------------------------------------------------------------------
1212
*/
13+
nextflow.enable.dsl=1
1314

1415
log.info Headers.nf_core(workflow, params.monochrome_logs)
1516

0 commit comments

Comments
 (0)