Skip to content

Commit

Permalink
Updating workflows to DSL=2 stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
anwarMZ committed Oct 1, 2021
1 parent 5ce2916 commit 13a2108
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions workflows/covidmvp.nf
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/usr/bin/env nextflow

// enable dsl2
nextflow.enable.dsl = 2
//params.ref = ".github/data/referencedb"

// import modules

Expand Down
4 changes: 1 addition & 3 deletions workflows/covidmvp_user.nf
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/usr/bin/env nextflow

// enable dsl2
nextflow.preview.dsl = 2
//params.ref = ".github/data/referencedb"
nextflow.enable.dsl = 2

// import modules

Expand Down

0 comments on commit 13a2108

Please sign in to comment.