File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ process SPACEMARKERS {
44 container ' ghcr.io/deshpandelab/spacemarkers:main'
55
66 input:
7- tuple val(meta), path(cogapsResult ), path(data)
7+ tuple val(meta), path(deconvolved ), path(data)
88 output:
99 tuple val(meta), path(" ${ prefix} /spPatterns.rds" ), emit: spPatterns
1010 tuple val(meta), path(" ${ prefix} /optParams.rds" ), emit: optParams
@@ -35,7 +35,7 @@ process SPACEMARKERS {
3535
3636 #load spatial coords from tissue positions, deconvolved patterns, and expression
3737 coords <- load10XCoords("$data ")
38- features <- getSpatialFeatures("$c ogapsResult ")
38+ features <- getSpatialFeatures("$d econvolved ")
3939 dataMatrix <- load10XExpr("$data ")
4040
4141 #add spatial coordinates to deconvolved data, only use barcodes present in data
You can’t perform that action at this time.
0 commit comments