Skip to content

Commit 0b6cd21

Browse files
committed
update cogaps
1 parent a549cd6 commit 0b6cd21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/local/cogaps.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
process COGAPS {
22
tag "$meta.id"
33
label 'process_medium'
4-
container 'ghcr.io/fertiglab/cogaps:3.21.5'
4+
container 'ghcr.io/fertiglab/cogaps@sha256:ce86acbf8677e6ac1dbfcbdb4ccb1fbd7189234eca84df93efd69f1c4d8b7f22'
55

66
input:
77
tuple val(meta), path(dgCMatrix)
@@ -45,4 +45,4 @@ process COGAPS {
4545
R: \$(Rscript -e 'print(packageVersion("base"))' | awk '{print \$2}')
4646
END_VERSIONS
4747
"""
48-
}
48+
}

0 commit comments

Comments
 (0)