Skip to content

Commit 524e19e

Browse files
committed
Correction to star rsem
1 parent caad7fa commit 524e19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/arm.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ process {
250250
withName: 'RSEM_CALCULATEEXPRESSION' {
251251
//conda = 'bioconda::rsem=1.3.3 bioconda::star=2.7.10a'
252252

253-
conda = 'seqera::rsem=1.3.3 seqera::star=2.6.1d'
253+
conda = 'seqera::rsem=1.3.3 seqera::star=2.7.10a'
254254
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' }
255255
}
256256

0 commit comments

Comments
 (0)