Skip to content

Commit

Permalink
Merge pull request #3215 from mashehu/fix-pipeline-commands-in-docstr…
Browse files Browse the repository at this point in the history
…ings

Use updated pipeline commands in docstrings
  • Loading branch information
mashehu authored Oct 11, 2024
2 parents 5d368d7 + d9776bf commit 310046d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nf-core/tools: Changelog

## 3.0.2dev
## v3.0.2dev

### Template

Expand All @@ -15,6 +15,10 @@

### Subworkflows

### General

- Use updated pipeline commands in docstrings ([#3215](https://github.com/nf-core/tools/pull/3215))

## [v3.0.1 - Titanium Tapir Patch](https://github.com/nf-core/tools/releases/tag/3.0.1) - [2024-10-09]

### Template
Expand Down
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 310046d

Please sign in to comment.