Skip to content

Commit

Permalink
Merge pull request #46 from nhoffman/force-dsl-1
Browse files Browse the repository at this point in the history
Force dsl1 from config
  • Loading branch information
nhoffman authored Apr 25, 2022
2 parents ee1c4bf + 1439db3 commit 92f9c2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// these values supersede params in the profile and are themselves
// superseded by contents of -params-file or command line args

// force dsl 1 until main.nf is updated
nextflow.enable.dsl=1

params {
image = 'dada2-nf:v1.15'
// versions > 14 hosted on docker hub
Expand Down

0 comments on commit 92f9c2f

Please sign in to comment.