Skip to content

Commit edbeee3

Browse files
authored
Merge pull request #3328 from mirpedrol/update-template-components
Update template components
2 parents 7e30b29 + ee12866 commit edbeee3

File tree

5 files changed

+66
-25
lines changed

5 files changed

+66
-25
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- Use `params.monochrome_logs` in the template and update nf-core components ([#3310](https://github.com/nf-core/tools/pull/3310))
1616
- Fix some typos and improve writing in `usage.md` and `CONTRIBUTING.md` ([#3302](https://github.com/nf-core/tools/pull/3302))
1717
- Add `manifest.contributors` to `nextflow.config` ([#3311](https://github.com/nf-core/tools/pull/3311))
18+
- Update template components ([#3328](https://github.com/nf-core/tools/pull/3328))
1819

1920
### Download
2021

nf_core/pipeline-template/.gitpod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ tasks:
88
vscode:
99
extensions:
1010
#{%- if code_linters -%}
11-
- nf-core.nf-core-extensionpack # https://github.com/nf-core/vscode-extensionpack
11+
- nf-core.nf-core-extensionpack # https://github.com/nf-core/vscode-extensionpack{% endif %}

nf_core/pipeline-template/modules.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"utils_nfcore_pipeline": {
3030
"branch": "master",
31-
"git_sha": "85400682a2abac63b09c863c138e91e5df7236b5",
31+
"git_sha": "51ae5406a030d4da1e49e4dab49756844fdd6c7a",
3232
"installed_by": ["subworkflows"]
3333
}{% if nf_schema %},
3434
"utils_nfschema_plugin": {

nf_core/pipeline-template/subworkflows/nf-core/utils_nfcore_pipeline/main.nf

+19-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nf_core/pipeline-template/subworkflows/nf-core/utils_nfcore_pipeline/tests/main.function.nf.test

+44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)