Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

- Change GitHub Codespaces badge style ([#3869](https://github.com/nf-core/tools/pull/3869) and [#3873](https://github.com/nf-core/tools/pull/3873))
- Update multiqc to 1.32 ([#3878](https://github.com/nf-core/tools/pull/3878))
- Update pipeline creation information page to be more exclusive as to what should use the full nf-core pipeline template ([#3891](https://github.com/nf-core/tools/pull/3891))

### Linting

Expand Down
2 changes: 1 addition & 1 deletion nf_core/pipelines/create/pipelinetype.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
## Choose _"nf-core"_ if:
* You want your pipeline to be part of the nf-core community
* You think that there's an outside chance that it ever _could_ be part of nf-core
* Your pipeline has been accepted via the [nf-core proposal process](https://github.com/nf-core/proposals)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think that this GitHub link is self-explanitory enough? How about linking to https://nf-co.re/docs/tutorials/adding_a_pipeline/overview ?

Side note: looking at those docs, I think that we need a new page in that tutorial that is specifically about the proposal process, that goes in-between Overview and Creating a pipeline. The existing sections are quite easy to miss.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I also put that initially and then changed my mind because the reason you said.

At least if they go to the proposals and they don't know what it is, they will come and ask - whereas the pipeline tutorials risks people 'skipping over' this bit for now.

"""
markdown_type_custom = """
## Choose _"Custom"_ if:
Expand Down
Loading