You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the new developmental version of nf-core create command, which allows customisation of what to include in the created pipeline, I've seen that the starting pipeline, when skipping igenomes related snippets, the starting pipeline does not run because the getGenomeAttribute is still referenced in the WorkflowMain groovy lib.
This is what the YAML looks like:
name: nftemplatedescription: NF Template built from nf-core templateauthor: Felipe Almeidaprefix: fmaskip:
- ci
- github_badges
- igenomes
- nf_core_configs
$ nf-core create -t custom_template.yml
$ nextflow run fma-nftemplate/main.nf --helpN E X T F L O W ~ version 22.04.0Launching `fma-nftemplate/main.nf` [angry_lalande] DSL2 - revision: 41f1eb01dbUnknown method invocation `getGenomeAttribute` on WorkflowMain type -- Check script 'fma-nftemplate/main.nf' at line: 18 or see '.nextflow.log' file for more details
System information
nf-core/tools version 2.5.dev0
The text was updated successfully, but these errors were encountered:
Description of the bug
When using the new developmental version of
nf-core create
command, which allows customisation of what to include in the created pipeline, I've seen that the starting pipeline, when skippingigenomes
related snippets, the starting pipeline does not run because thegetGenomeAttribute
is still referenced in theWorkflowMain
groovy lib.This is what the YAML looks like:
I think that it is related to making the lines
tools/nf_core/pipeline-template/main.nf
Lines 16 to 22 in 3ec4ca2
igenomes
.Command used and terminal output
System information
nf-core/tools version 2.5.dev0
The text was updated successfully, but these errors were encountered: