Skip to content

Commit b59f27f

Browse files
authored
Merge pull request #1363 from maxulysse/last_fix_before_3-15
Fixing failing tests and updating modules once more
2 parents 8679eda + 73504a6 commit b59f27f

File tree

13 files changed

+50
-80
lines changed

13 files changed

+50
-80
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
118118
- [PR #1360](https://github.com/nf-core/rnaseq/pull/1360) - More complete snapshots for pipeline level tests
119119
- [PR #1361](https://github.com/nf-core/rnaseq/pull/1361) - Animate subway map
120120
- [PR #1362](https://github.com/nf-core/rnaseq/pull/1362) - Move multiqc module prefix for nf-test to module
121+
- [PR #1363](https://github.com/nf-core/rnaseq/pull/1363) - Minor updates of nf-core modules and subworkflows
122+
- [PR #1363](https://github.com/nf-core/rnaseq/pull/1363) - Update dupradar script
121123

122124
### Parameters
123125

modules.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"fastqc": {
4949
"branch": "master",
50-
"git_sha": "46eca555142d6e597729fcb682adcc791796f514",
50+
"git_sha": "b49b8992e5271ce427f3a7cdb29628fc58400eb5",
5151
"installed_by": ["fastq_fastqc_umitools_fastp", "fastq_fastqc_umitools_trimgalore"]
5252
},
5353
"fq/subsample": {
@@ -320,7 +320,7 @@
320320
},
321321
"fastq_fastqc_umitools_trimgalore": {
322322
"branch": "master",
323-
"git_sha": "46eca555142d6e597729fcb682adcc791796f514",
323+
"git_sha": "b49b8992e5271ce427f3a7cdb29628fc58400eb5",
324324
"installed_by": ["fastq_qc_trim_filter_setstrandedness", "subworkflows"]
325325
},
326326
"fastq_qc_trim_filter_setstrandedness": {
@@ -340,12 +340,12 @@
340340
},
341341
"utils_nextflow_pipeline": {
342342
"branch": "master",
343-
"git_sha": "5caf7640a9ef1d18d765d55339be751bb0969dfa",
343+
"git_sha": "d20fb2a9cc3e2835e9d067d1046a63252eb17352",
344344
"installed_by": ["subworkflows"]
345345
},
346346
"utils_nfcore_pipeline": {
347347
"branch": "master",
348-
"git_sha": "92de218a329bfc9a9033116eb5f65fd270e72ba3",
348+
"git_sha": "2fdce49d30c0254f76bc0f13c55c17455c1251ab",
349349
"installed_by": ["subworkflows"]
350350
},
351351
"utils_nfvalidation_plugin": {

modules/nf-core/dupradar/templates/dupradar.r

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

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

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

modules/nf-core/fastqc/main.nf

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

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

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

subworkflows/nf-core/bam_dedup_stats_samtools_umitools/tests/main.nf.test

-13
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/tests/main.nf.test

-9
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/tests/main.nf.test.snap

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

subworkflows/nf-core/utils_nextflow_pipeline/main.nf

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

subworkflows/nf-core/utils_nextflow_pipeline/tests/main.function.nf.test

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

subworkflows/nf-core/utils_nextflow_pipeline/tests/nextflow.config

+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)