Skip to content

Commit

Permalink
Merge pull request #3328 from mirpedrol/update-template-components
Browse files Browse the repository at this point in the history
Update template components
  • Loading branch information
mirpedrol authored Dec 9, 2024
2 parents 7e30b29 + ee12866 commit edbeee3
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 25 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- Use `params.monochrome_logs` in the template and update nf-core components ([#3310](https://github.com/nf-core/tools/pull/3310))
- Fix some typos and improve writing in `usage.md` and `CONTRIBUTING.md` ([#3302](https://github.com/nf-core/tools/pull/3302))
- Add `manifest.contributors` to `nextflow.config` ([#3311](https://github.com/nf-core/tools/pull/3311))
- Update template components ([#3328](https://github.com/nf-core/tools/pull/3328))

### Download

Expand Down
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/.gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ tasks:
vscode:
extensions:
#{%- if code_linters -%}
- nf-core.nf-core-extensionpack # https://github.com/nf-core/vscode-extensionpack
- nf-core.nf-core-extensionpack # https://github.com/nf-core/vscode-extensionpack{% endif %}
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"utils_nfcore_pipeline": {
"branch": "master",
"git_sha": "85400682a2abac63b09c863c138e91e5df7236b5",
"git_sha": "51ae5406a030d4da1e49e4dab49756844fdd6c7a",
"installed_by": ["subworkflows"]
}{% if nf_schema %},
"utils_nfschema_plugin": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit edbeee3

Please sign in to comment.