Skip to content
Snippets Groups Projects
Commit 3206a051 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Change output of seurat objects

parent d907644c
2 merge requests!78Develop,!76Resolve "Generate Raw RDS file"
......@@ -26,6 +26,7 @@ params.expectCells = 10000
params.forceCells = 0
params.kitVersion = '3GEXv3'
params.version = '4.0.0'
params.vizFiles = true
params.astrocyte = false
params.outDir = "${baseDir}/output"
......@@ -384,7 +385,7 @@ downstreamVizIn = downstream_vizScript.combine(versions_seuratScript).combine(fi
*/
process downstreamViz {
tag "${sample}"
publishDir "${outDir}/${task.process}", mode: 'copy', pattern: "*.rds"
publishDir "${outDir}/seurat", mode: 'copy', pattern: "*.rds"
module 'seurat/3.0.0'
input:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment