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 a549cd6 commit 0b6cd21Copy full SHA for 0b6cd21
modules/local/cogaps.nf
@@ -1,7 +1,7 @@
1
process COGAPS {
2
tag "$meta.id"
3
label 'process_medium'
4
- container 'ghcr.io/fertiglab/cogaps:3.21.5'
+ container 'ghcr.io/fertiglab/cogaps@sha256:ce86acbf8677e6ac1dbfcbdb4ccb1fbd7189234eca84df93efd69f1c4d8b7f22'
5
6
input:
7
tuple val(meta), path(dgCMatrix)
@@ -45,4 +45,4 @@ process COGAPS {
45
R: \$(Rscript -e 'print(packageVersion("base"))' | awk '{print \$2}')
46
END_VERSIONS
47
"""
48
-}
+}
0 commit comments