Skip to content

Commit

Permalink
Update the line that enforces dsl1
Browse files Browse the repository at this point in the history
  • Loading branch information
agalitsyna committed May 11, 2022
1 parent facad7d commit 689df3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distiller.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ vim: syntax=groovy
* Miscellaneous code for the pipeline
*/

nextflow.enable.dsl=1

MIN_RES = params['bin'].resolutions.collect { it as int }.min()
ASSEMBLY_NAME = params['input'].genome.assembly_name

Expand Down

0 comments on commit 689df3e

Please sign in to comment.