Skip to content

Commit

Permalink
Update nf_core/__main__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
  • Loading branch information
LaurenceKuhl and mirpedrol authored Jul 19, 2024
1 parent 9dc96b8 commit 69d59a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2188,7 +2188,7 @@ def command_create(ctx, name, description, author, version, force, outdir, templ
log.warning(
"The `[magenta]nf-core create[/]` command is deprecated. Use `[magenta]nf-core pipelines create[/]` instead."
)
pipelines_create(ctx, name, description, author, force, outdir, template_yaml, organisation)
pipelines_create(ctx, name, description, author, version, force, outdir, template_yaml, organisation)


# Main script is being run - launch the CLI
Expand Down

0 comments on commit 69d59a8

Please sign in to comment.