Skip to content

Commit

Permalink
rename cogapsresult to deconvolved
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalvovs committed Nov 21, 2024
1 parent b110da5 commit b029c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/spacemarkers.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process SPACEMARKERS {
container 'ghcr.io/deshpandelab/spacemarkers:main'

input:
tuple val(meta), path(cogapsResult), path(data)
tuple val(meta), path(deconvolved), path(data)
output:
tuple val(meta), path("${prefix}/spPatterns.rds"), emit: spPatterns
tuple val(meta), path("${prefix}/optParams.rds"), emit: optParams
Expand Down Expand Up @@ -35,7 +35,7 @@ process SPACEMARKERS {
#load spatial coords from tissue positions, deconvolved patterns, and expression
coords <- load10XCoords("$data")
features <- getSpatialFeatures("$cogapsResult")
features <- getSpatialFeatures("$deconvolved")
dataMatrix <- load10XExpr("$data")
#add spatial coordinates to deconvolved data, only use barcodes present in data
Expand Down

0 comments on commit b029c7c

Please sign in to comment.