nf-core / tools

Python package with helper tools for the nf-core community.
https://nf-co.re
MIT License
232 stars 187 forks source link

nf-core create fails on 2.14.2.dev0 #3068

Closed SPPearce closed 2 months ago

SPPearce commented 2 months ago

Description of the bug

Running nf-core create gives an error message on 2.14.2.dev0 (current gitpod version in the modules repo)

Command used and terminal output

The output is truncated in the gitpod terminal window, so can't see what the other arguments are.

nf-core create

│ /opt/conda/lib/python3.12/site-packages/nf_core/__main__.py:2172 in command_create               
│ ❱ 2172 │   pipelines_create(ctx, name, description, author, version, force, outdir, template_ya  
TypeError: pipelines_create() takes 9 positional arguments but 10 were given

System information

Gitpod, v2.14.2.dev0

LaurenceKuhl commented 2 months ago

Fixed by https://github.com/nf-core/tools/pull/3074