Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update modules #217

Merged
merged 23 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#214](https://github.com/nf-core/demultiplex/pull/214) Updated method for removing adapters from samplesheet, added custom AdapterRemover function.
- [#210](https://github.com/nf-core/demultiplex/pull/212) Update bcl2fastq and bcl_demultiplex.
- [#216](https://github.com/nf-core/demultiplex/pull/216) List fastq reports for R1 and R2 separately in multiqc report.
- [#217](https://github.com/nf-core/demultiplex/pull/217) Update all nf-core modules and tests.

## 1.4.1 - 2024-02-27

Expand Down
3 changes: 3 additions & 0 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ sp:

top_modules:
- "bcl2fastq"
- "bclconvert"
- "bases2fastq"
- "mkfastq"
- "checkqc"
- "fastqc":
name: "FastQC / Falco (Unpaired data)"
Expand Down
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ process {
[
path: { "${params.outdir}/${meta.id}/" },
mode: params.publish_dir_mode,
pattern: "output/Samples/*/*.{json,fastq.gz}",
pattern: "output/Samples/**/*.{json,fastq.gz}",
saveAs: { filename -> filename.minus("output/") }
],
[
Expand Down
18 changes: 9 additions & 9 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"nf-core": {
"bases2fastq": {
"branch": "master",
"git_sha": "c2342b45bbfc5d6fe19cc4154b38fa57177c67dd",
"git_sha": "c651992bf8425fecefe14085ff486f42172cba77",
"installed_by": ["modules"]
},
"bcl2fastq": {
Expand All @@ -17,7 +17,7 @@
},
"bclconvert": {
"branch": "master",
"git_sha": "54cd970e633efbd6adab9fc5610dd280e50ab32c",
"git_sha": "1eed98385a32f1cd2bc38784450e200113b395e6",
"installed_by": ["bcl_demultiplex"]
},
"cellranger/mkfastq": {
Expand All @@ -32,7 +32,7 @@
},
"custom/dumpsoftwareversions": {
"branch": "master",
"git_sha": "de45447d060b8c8b98575bc637a4a575fd0638e1",
"git_sha": "82024cf6325d2ee194e7f056d841ecad2f6856e9",
"installed_by": ["modules"]
},
"falco": {
Expand All @@ -42,27 +42,27 @@
},
"fastp": {
"branch": "master",
"git_sha": "95cf5fe0194c7bf5cb0e3027a2eb7e7c89385080",
"git_sha": "1ceaa8ba4d0fd886dbca0e545815d905b7407de7",
"installed_by": ["modules"]
},
"fastqc": {
"branch": "master",
"git_sha": "285a50500f9e02578d90b3ce6382ea3c30216acd",
"git_sha": "46eca555142d6e597729fcb682adcc791796f514",
"installed_by": ["modules"]
},
"fqtk": {
"branch": "master",
"git_sha": "97a796133cd9644ba3dd83d3c0fd09a9a63b1a84",
"git_sha": "c60c14b285b89bdd0607e371417dadb80385ad6e",
"installed_by": ["modules"]
},
"md5sum": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "1164836d4d3922ab937865b17086485f0f472748",
"installed_by": ["modules"]
},
"multiqc": {
"branch": "master",
"git_sha": "b7ebe95761cd389603f9cc0e0dc384c0f663815a",
"git_sha": "b80f5fd12ff7c43938f424dd76392a2704fa2396",
"installed_by": ["modules"]
},
"sgdemux": {
Expand All @@ -72,7 +72,7 @@
},
"untar": {
"branch": "master",
"git_sha": "5caf7640a9ef1d18d765d55339be751bb0969dfa",
"git_sha": "4e5f4687318f24ba944a13609d3ea6ebd890737d",
"installed_by": ["modules"]
}
}
Expand Down
18 changes: 9 additions & 9 deletions modules/nf-core/bases2fastq/main.nf

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

10 changes: 6 additions & 4 deletions modules/nf-core/bases2fastq/tests/main.nf.test

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

24 changes: 15 additions & 9 deletions modules/nf-core/bases2fastq/tests/main.nf.test.snap

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

4 changes: 2 additions & 2 deletions modules/nf-core/bclconvert/tests/main.nf.test

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

37 changes: 37 additions & 0 deletions modules/nf-core/custom/dumpsoftwareversions/meta.yml

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.

43 changes: 43 additions & 0 deletions modules/nf-core/custom/dumpsoftwareversions/tests/main.nf.test

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.

2 changes: 2 additions & 0 deletions modules/nf-core/custom/dumpsoftwareversions/tests/tags.yml

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

Loading
Loading