fix strict syntax mentioned in #1
- fix #1 (closed)
this MR also does the following:
- removes legacy DSL2.enabled command: it is now enabled by default
- comments out a local variable that is not being used:
basecall_compute
, which is not theparams.basecall_compute
we actually use/ - makes
nextflow.config
slightly more readable by groupingparams.
into a singleparams {}
block, which removes the need of appendingparams.
to each one of parameters.