Skip to content

Commit

Permalink
Merge pull request #1149 from drpatelh/updates
Browse files Browse the repository at this point in the history
Patch modules to fix #1103
  • Loading branch information
drpatelh authored Jan 3, 2024
2 parents c261e9c + b6a2d52 commit ca7467a
Show file tree
Hide file tree
Showing 10 changed files with 129 additions and 17 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Credits

### Enhancements & fixes
Special thanks to the following for their contributions to the release:

- [PR #1135](https://github.com/nf-core/rnaseq/pull/1135) - Update [action-tower-launch](https://github.com/marketplace/actions/action-tower-launch) to v2 which supports more variable handling.
- [Adam Talbot](https://github.com/adamrtalbot)
- [Jonathan Manning](https://github.com/pinin4fjords)
- [Mahesh Binzer-Panchal](https://github.com/mahesh-panchal)
- [Matthias Zepper](https://github.com/MatthiasZepper)
- [Maxime Garcia](https://github.com/maxulysse)
- [Phil Ewels](https://github.com/ewels)
- [Vlad Savelyev](https://github.com/vladsavelyev)

### Software dependencies
### Enhancements & fixes

### Modules / Subworkflows
- [PR #1135](https://github.com/nf-core/rnaseq/pull/1135) - Update [action-tower-launch](https://github.com/marketplace/actions/action-tower-launch) to v2 which supports more variable handling
- [PR #1149](https://github.com/nf-core/rnaseq/pull/1149) - Fix and patch version commands for Fastp, FastQC and UMI-tools modules ([#1103](https://github.com/nf-core/rnaseq/issues/1103))

## [[3.13.2](https://github.com/nf-core/rnaseq/releases/tag/3.13.2)] - 2023-11-21

Expand Down
12 changes: 8 additions & 4 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@
"fastp": {
"branch": "master",
"git_sha": "d497a4868ace3302016ea8ed4b395072d5e833cd",
"installed_by": ["fastq_fastqc_umitools_fastp", "modules"]
"installed_by": ["fastq_fastqc_umitools_fastp", "modules"],
"patch": "modules/nf-core/fastp/fastp.diff"
},
"fastqc": {
"branch": "master",
"git_sha": "102cc9b709a6da9f7cee2373563ab1464fca9c0a",
"installed_by": ["fastq_fastqc_umitools_trimgalore", "fastq_fastqc_umitools_fastp"]
"installed_by": ["fastq_fastqc_umitools_trimgalore", "fastq_fastqc_umitools_fastp"],
"patch": "modules/nf-core/fastqc/fastqc.diff"
},
"fq/subsample": {
"branch": "master",
Expand Down Expand Up @@ -222,12 +224,14 @@
"umitools/dedup": {
"branch": "master",
"git_sha": "7297204bf49273300a3dbfa4b7a4027c8683f1bd",
"installed_by": ["bam_dedup_stats_samtools_umitools"]
"installed_by": ["bam_dedup_stats_samtools_umitools"],
"patch": "modules/nf-core/umitools/dedup/umitools-dedup.diff"
},
"umitools/extract": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"installed_by": ["fastq_fastqc_umitools_fastp", "fastq_fastqc_umitools_trimgalore"]
"installed_by": ["fastq_fastqc_umitools_fastp", "fastq_fastqc_umitools_trimgalore"],
"patch": "modules/nf-core/umitools/extract/umitools-extract.diff"
},
"untar": {
"branch": "master",
Expand Down
32 changes: 32 additions & 0 deletions modules/nf-core/fastp/fastp.diff

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

6 changes: 3 additions & 3 deletions modules/nf-core/fastp/main.nf

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

23 changes: 23 additions & 0 deletions modules/nf-core/fastqc/fastqc.diff

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/fastqc/main.nf

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/umitools/dedup/main.nf

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

23 changes: 23 additions & 0 deletions modules/nf-core/umitools/dedup/umitools-dedup.diff

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/umitools/extract/main.nf

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

23 changes: 23 additions & 0 deletions modules/nf-core/umitools/extract/umitools-extract.diff

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

0 comments on commit ca7467a

Please sign in to comment.