Skip to content

Commit 5236c85

Browse files
authored
Merge pull request #3426 from mirpedrol/update-template-modules
Template: Update template components
2 parents 2e01c36 + ae92258 commit 5236c85

File tree

7 files changed

+28
-29
lines changed

7 files changed

+28
-29
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Template
66

77
- Remove automated release tweets ([#3419](https://github.com/nf-core/tools/pull/3419))
8+
- Update template components ([#3426](https://github.com/nf-core/tools/pull/3426))
89

910
### Linting
1011

nf_core/pipeline-template/modules.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
{%- if fastqc %}
99
"fastqc": {
1010
"branch": "master",
11-
"git_sha": "dc94b6ee04a05ddb9f7ae050712ff30a13149164",
11+
"git_sha": "08108058ea36a63f141c25c4e75f9f872a5b2296",
1212
"installed_by": ["modules"]
1313
}{% endif %}{%- if multiqc %}{% if fastqc %},{% endif %}
1414
"multiqc": {
1515
"branch": "master",
16-
"git_sha": "cf17ca47590cc578dfb47db1c2a44ef86f89976d",
16+
"git_sha": "f0719ae309075ae4a291533883847c3f7c441dad",
1717
"installed_by": ["modules"]
1818
}
1919
{%- endif %}

nf_core/pipeline-template/modules/nf-core/fastqc/main.nf

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nf_core/pipeline-template/modules/nf-core/fastqc/tests/tags.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

nf_core/pipeline-template/modules/nf-core/multiqc/environment.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nf_core/pipeline-template/modules/nf-core/multiqc/main.nf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nf_core/pipeline-template/modules/nf-core/multiqc/tests/main.nf.test.snap

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)