Skip to content
Snippets Groups Projects
Commit 2edde3ad authored by John Lafin's avatar John Lafin
Browse files

Move CxG output to root dir for vizapp

parent 377a1e76
Branches
Tags test_1.0.0
No related merge requests found
......@@ -17,7 +17,7 @@ REPO="cellxgene_vip"
TAG="3.1-small"
singularity_image=${REPO}-${TAG}.img
outputDir=${outputDir:-"${DIR}/../workflow/output/CELLxGENE/"}
outputDir=${outputDir:-"${DIR}/../workflow/output/"}
# Run container
module load singularity/3.9.9
......
......@@ -153,7 +153,7 @@ process quality_control {
//Prepare cellxgene-VIP
process cxg_setup {
publishDir "${projectDir}/output/CELLxGENE", mode: 'copy'
publishDir "${projectDir}/output", mode: 'copy'
container 'git.biohpc.swmed.edu:5050/astrocyte/workflows/strand-lab/cellxgene/h5ad_convert:0.0.1'
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