Skip to content

Commit bdd52ec

Browse files
authored
Merge pull request #1486 from nf-core/bump_star
Bump STAR build for multiprocessing fix
2 parents 0a86dc4 + dcb0110 commit bdd52ec

File tree

7 files changed

+18
-16
lines changed

7 files changed

+18
-16
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- [PR #1480](https://github.com/nf-core/rnaseq/pull/1480) - Bump version after release 3.18.0
1313
- [PR #1482](https://github.com/nf-core/rnaseq/pull/1482) - Update trimgalore module for save_unpaired fix
14+
- [pR #1486](https://github.com/nf-core/rnaseq/pull/1486) - Bump STAR build for multiprocessing fix
1415

1516
# 3.18.0 - 2024-12-19
1617

conf/arm.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ process {
121121
}
122122

123123
withName: 'STAR_GENOMEGENERATE' {
124-
container = { workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/a2/a2d5226e4ce3dee8b29154c16a87d282d96c76e75b6678d032643902591586e2/data' : 'community.wave.seqera.io/library/htslib_samtools_star_gawk:1d1b7da208684cac' }
124+
container = { workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/40/40d803371e50330de0773c7cc50315e2c3b4b41dcf123823adeb0a07d71654c1/data' : 'community.wave.seqera.io/library/htslib_samtools_star_gawk:ae438e9a604351a4' }
125125
}
126126

127127
withName: 'STAR_ALIGN' {
128-
container = { workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/a2/a2d5226e4ce3dee8b29154c16a87d282d96c76e75b6678d032643902591586e2/data' : 'community.wave.seqera.io/library/htslib_samtools_star_gawk:1d1b7da208684cac' }
128+
container = { workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/40/40d803371e50330de0773c7cc50315e2c3b4b41dcf123823adeb0a07d71654c1/data' : 'community.wave.seqera.io/library/htslib_samtools_star_gawk:ae438e9a604351a4' }
129129
}
130130

131131
withName: 'TXIMETA_TXIMPORT' {

modules.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,13 @@
227227
},
228228
"star/align": {
229229
"branch": "master",
230-
"git_sha": "6a367612c2c27aa659293c656afa764361223db4",
230+
"git_sha": "3c259f0ac1ed9ae3f6b835461d054edffc60120e",
231231
"installed_by": ["modules"],
232232
"patch": "modules/nf-core/star/align/star-align.diff"
233233
},
234234
"star/genomegenerate": {
235235
"branch": "master",
236-
"git_sha": "6a367612c2c27aa659293c656afa764361223db4",
236+
"git_sha": "3c259f0ac1ed9ae3f6b835461d054edffc60120e",
237237
"installed_by": ["modules"],
238238
"patch": "modules/nf-core/star/genomegenerate/star-genomegenerate.diff"
239239
},

modules/nf-core/star/align/main.nf

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

modules/nf-core/star/align/star-align.diff

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

modules/nf-core/star/genomegenerate/main.nf

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

modules/nf-core/star/genomegenerate/star-genomegenerate.diff

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

0 commit comments

Comments
 (0)