Skip to content

Commit

Permalink
Bump STAR
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Jan 13, 2025
1 parent 0a86dc4 commit 6884c6e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 16 deletions.
4 changes: 2 additions & 2 deletions conf/arm.config
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ process {
}

withName: 'STAR_GENOMEGENERATE' {
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' }
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' }
}

withName: 'STAR_ALIGN' {
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' }
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' }
}

withName: 'TXIMETA_TXIMPORT' {
Expand Down
4 changes: 2 additions & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,13 +227,13 @@
},
"star/align": {
"branch": "master",
"git_sha": "6a367612c2c27aa659293c656afa764361223db4",
"git_sha": "3c259f0ac1ed9ae3f6b835461d054edffc60120e",
"installed_by": ["modules"],
"patch": "modules/nf-core/star/align/star-align.diff"
},
"star/genomegenerate": {
"branch": "master",
"git_sha": "6a367612c2c27aa659293c656afa764361223db4",
"git_sha": "3c259f0ac1ed9ae3f6b835461d054edffc60120e",
"installed_by": ["modules"],
"patch": "modules/nf-core/star/genomegenerate/star-genomegenerate.diff"
},
Expand Down
11 changes: 6 additions & 5 deletions modules/nf-core/star/align/main.nf

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/star/align/star-align.diff

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

2 changes: 1 addition & 1 deletion modules/nf-core/star/genomegenerate/main.nf

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/star/genomegenerate/star-genomegenerate.diff

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

0 comments on commit 6884c6e

Please sign in to comment.