@@ -210,6 +210,18 @@ process {
210210 container = { workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/4b/4bcb36d5e1fb90c8af0171a83b792ada446b04feb4ac3f26d0ce550d3c678383/data' : 'community.wave.seqera.io/library/grep_sed_tar:4b2523b1c76a5494' }
211211 }
212212
213+ //// Remove this once we've got a new Biocontainer for trimgalore with the
214+ //// newer cutadapt, and we've update the nf-core module
215+ //// https://github.com/bioconda/bioconda-recipes/pull/51563
216+
217+ withName: TRIMGALORE {
218+ //conda = 'bioconda::cutadapt=4.2 trim-galore=0.6.10'
219+
220+ conda = 'bioconda::cutadapt=4.9 trim-galore=0.6.10'
221+ container = { workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/0d/0dda1e09d10d1e2994ea85843b1e3d62212598ca5047e0ab419d5d87db637057/data' : 'community.wave.seqera.io/library/cutadapt_trim-galore:1cd58fa242e634da' }
222+
223+ }
224+
213225 //// No aarch64 builds in bioconda / conda-forge channels
214226
215227 //// a) have seqera aarch64 conda builds
@@ -232,14 +244,14 @@ process {
232244 //conda = 'bioconda::rsem=1.3.3 bioconda::star=2.7.10a'
233245
234246 conda = 'seqera::rsem=1.3.3 seqera::star=2.7.10a'
235- container = { workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/eb/eb5a2993bc13825b1b2443f740248c56ce0730a29553683392ce6388b7a2afe3' : 'community.wave.seqera.io/library/rsem_star:0dc50db916f3de8f' }
247+ container = { workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/eb/eb5a2993bc13825b1b2443f740248c56ce0730a29553683392ce6388b7a2afe3/data ' : 'community.wave.seqera.io/library/rsem_star:0dc50db916f3de8f' }
236248 }
237249
238250 withName: 'RSEM_CALCULATEEXPRESSION' {
239251 //conda = 'bioconda::rsem=1.3.3 bioconda::star=2.7.10a'
240252
241253 conda = 'seqera::rsem=1.3.3 seqera::star=2.6.1d'
242- container = { workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/eb/eb5a2993bc13825b1b2443f740248c56ce0730a29553683392ce6388b7a2afe3' : 'community.wave.seqera.io/library/rsem_star:0dc50db916f3de8f' }
254+ container = { workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/eb/eb5a2993bc13825b1b2443f740248c56ce0730a29553683392ce6388b7a2afe3/data ' : 'community.wave.seqera.io/library/rsem_star:0dc50db916f3de8f' }
243255 }
244256
245257 //// b) need aarch64 conda builds
0 commit comments