Skip to content

Commit ab55d1c

Browse files
committed
Update FastQC module to fix nf-core lint
1 parent 6ca440c commit ab55d1c

File tree

8 files changed

+72
-10
lines changed

8 files changed

+72
-10
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
2828
- [PR #1088](https://github.com/nf-core/rnaseq/pull/1088) - Updates contributing and code of conduct documents with nf-core template 2.10
2929
- [PR #1091](https://github.com/nf-core/rnaseq/pull/1091) - Reorganise parameters in schema for better usability
3030

31+
### Software dependencies
32+
33+
| Dependency | Old version | New version |
34+
| ---------- | ----------- | ----------- |
35+
| `fastqc` | 0.11.9 | 0.12.1 |
36+
37+
> **NB:** Dependency has been **updated** if both old and new version information is present.
38+
>
39+
> **NB:** Dependency has been **added** if just the new version information is present.
40+
>
41+
> **NB:** Dependency has been **removed** if new version information isn't present.
42+
3143
## [[3.12.0](https://github.com/nf-core/rnaseq/releases/tag/3.12.0)] - 2023-06-02
3244

3345
### Credits

modules.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"fastqc": {
3434
"branch": "master",
35-
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
35+
"git_sha": "102cc9b709a6da9f7cee2373563ab1464fca9c0a",
3636
"installed_by": ["fastq_fastqc_umitools_trimgalore", "fastq_fastqc_umitools_fastp"]
3737
},
3838
"fq/subsample": {
@@ -269,12 +269,12 @@
269269
},
270270
"fastq_fastqc_umitools_fastp": {
271271
"branch": "master",
272-
"git_sha": "48dbb403fb2849b3d2c6c2e3eaaedbcca799428d",
272+
"git_sha": "dedc0e31087f3306101c38835d051bf49789445a",
273273
"installed_by": ["subworkflows"]
274274
},
275275
"fastq_fastqc_umitools_trimgalore": {
276276
"branch": "master",
277-
"git_sha": "a9784afdd5dcda23b84e64db75dc591065d64653",
277+
"git_sha": "dedc0e31087f3306101c38835d051bf49789445a",
278278
"installed_by": ["subworkflows"]
279279
},
280280
"fastq_subsample_fq_salmon": {

modules/nf-core/fastqc/main.nf

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

modules/nf-core/fastqc/tests/main.nf.test

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

modules/nf-core/fastqc/tests/main.nf.test.snap

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

subworkflows/nf-core/fastq_fastqc_umitools_fastp/main.nf

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

subworkflows/nf-core/fastq_fastqc_umitools_fastp/meta.yml

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

subworkflows/nf-core/fastq_fastqc_umitools_trimgalore/meta.yml

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

0 commit comments

Comments
 (0)