We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caad7fa commit 524e19eCopy full SHA for 524e19e
conf/arm.config
@@ -250,7 +250,7 @@ process {
250
withName: 'RSEM_CALCULATEEXPRESSION' {
251
//conda = 'bioconda::rsem=1.3.3 bioconda::star=2.7.10a'
252
253
- conda = 'seqera::rsem=1.3.3 seqera::star=2.6.1d'
+ conda = 'seqera::rsem=1.3.3 seqera::star=2.7.10a'
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' }
255
}
256
0 commit comments