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 8b07119 commit c899035Copy full SHA for c899035
modules/local/spacemarkers.nf
@@ -1,7 +1,7 @@
1
process SPACEMARKERS {
2
tag "$meta.id"
3
label 'process_high_memory'
4
- container 'ghcr.io/deshpandelab/spacemarkers:devel'
+ container 'ghcr.io/deshpandelab/spacemarkers:main'
5
6
input:
7
tuple val(meta), path(cogapsResult), path(data)
0 commit comments