Skip to content

Commit

Permalink
update spacemarkers container to main
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalvovs committed Sep 12, 2024
1 parent 5f6ed1d commit 6ded6a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/local/spacemarkers.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process SPACEMARKERS {
tag "$meta.id"
label 'process_high_memory'
container 'ghcr.io/deshpandelab/spacemarkers:sha256-2860bdf5c3b7afaac12237414fcc25b6942695faf27610535a2364d2e5e81fee'
container 'ghcr.io/deshpandelab/spacemarkers:main'

input:
tuple val(meta), path(cogapsResult), path(data)
Expand Down Expand Up @@ -73,7 +73,7 @@ process SPACEMARKERS {
process SPACEMARKERS_MQC {
tag "$meta.id"
label 'process_low'
container 'ghcr.io/deshpandelab/spacemarkers:sha256-2860bdf5c3b7afaac12237414fcc25b6942695faf27610535a2364d2e5e81fee'
container 'ghcr.io/deshpandelab/spacemarkers:main'

input:
tuple val(meta), path(spaceMarkers)
Expand Down Expand Up @@ -173,7 +173,7 @@ process SPACEMARKERS_MQC {
process SPACEMARKERS_IMSCORES {
tag "$meta.id"
label 'process_low'
container 'ghcr.io/deshpandelab/spacemarkers:sha256-2860bdf5c3b7afaac12237414fcc25b6942695faf27610535a2364d2e5e81fee'
container 'ghcr.io/deshpandelab/spacemarkers:main'

input:
tuple val(meta), path(spaceMarkers)
Expand Down

0 comments on commit 6ded6a3

Please sign in to comment.