Skip to content

Commit

Permalink
remove last mentions of old cli commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Oct 11, 2024
1 parent 88dc61c commit 3a0ff6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nf_core/pipelines/create/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class PipelineCreateApp(App[utils.CreateConfig]):
"""A Textual app to manage stopwatches."""

CSS_PATH = "create.tcss"
TITLE = "nf-core create"
TITLE = "nf-core pipelines create"
SUB_TITLE = "Create a new pipeline with the nf-core pipeline template"
BINDINGS = [
("d", "toggle_dark", "Toggle dark mode"),
Expand Down
2 changes: 1 addition & 1 deletion nf_core/pipelines/lint/template_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def template_strings(self):
"""Check for template placeholders.
The ``nf-core create`` pipeline template uses
The ``nf-core pipelines create`` pipeline template uses
`Jinja <https://jinja.palletsprojects.com/en/2.11.x/>`_ behind the scenes.
This lint test fails if any Jinja template variables such as
Expand Down

0 comments on commit 3a0ff6d

Please sign in to comment.