@@ -215,23 +215,31 @@ process {
215215 //// a) have seqera aarch64 conda builds
216216
217217 withName: '.*:ALIGN_STAR:STAR_ALIGN_IGENOMES' {
218- conda = 'seqera::star=2.6.1d bioconda::samtools=1.21 conda-forge::gawk=5.1.0'
219218 //conda = 'seqera::star=2.6.1d bioconda::samtools=1.10 conda-forge::gawk=5.1.0'
219+
220+ conda = 'seqera::star=2.6.1d bioconda::samtools=1.21 conda-forge::gawk=5.1.0'
221+ container = { workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/18/18b787cb710e54b55e04d8df4f5d363b3581c0f6008a908d7ab7de03275dfedb/data' : 'community.wave.seqera.io/library/star_samtools_gawk:c0246261b9d809e1' }
220222 }
221223
222224 withName: 'STAR_GENOMEGENERATE_IGENOMES' {
223- conda = 'seqera::star=2.6.1d bioconda::samtools=1.21 conda-forge::gawk=5.1.0'
224225 //conda = 'bioconda::star=2.6.1d bioconda::samtools=1.10 conda-forge::gawk=5.1.0'
226+
227+ conda = 'seqera::star=2.6.1d bioconda::samtools=1.21 conda-forge::gawk=5.1.0'
228+ container = { workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/18/18b787cb710e54b55e04d8df4f5d363b3581c0f6008a908d7ab7de03275dfedb/data' : 'community.wave.seqera.io/library/star_samtools_gawk:c0246261b9d809e1' }
225229 }
226230
227231 withName: 'RSEM_PREPAREREFERENCE' {
228- conda = 'seqera::rsem=1.3.3 seqera::star=2.6.1d'
229232 //conda = 'bioconda::rsem=1.3.3 bioconda::star=2.7.10a'
233+
234+ 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' }
230236 }
231237
232238 withName: 'RSEM_CALCULATEEXPRESSION' {
233- conda = 'seqera::rsem=1.3.3 seqera::star=2.6.1d'
234239 //conda = 'bioconda::rsem=1.3.3 bioconda::star=2.7.10a'
240+
241+ 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' }
235243 }
236244
237245 //// b) need aarch64 conda builds
0 commit comments