Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use updated pipeline commands in docstrings #3215

Merged
merged 6 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading