Remove import
statements from pipeline template
#3165
Labels
Milestone
import
statements from pipeline template
#3165
We should not use Groovy
import
statements in Nextflow files:tools/nf_core/pipeline-template/subworkflows/nf-core/utils_nextflow_pipeline/main.nf
Lines 5 to 7 in 930ece5
tools/nf_core/pipeline-template/subworkflows/nf-core/utils_nfcore_pipeline/main.nf
Lines 5 to 6 in 930ece5
Instead, use fully qualified names. So instead of:
tools/nf_core/pipeline-template/subworkflows/nf-core/utils_nextflow_pipeline/main.nf
Line 93 in 930ece5
Do this:
These are subworkflows, so need changing upstream. But adding the issue here because we need to make sure that the updated modules are pulled back into the template.
The text was updated successfully, but these errors were encountered: