Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scRNA_analysis_pipeline
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Astrocyte
Workflows
Strand Lab
scRNA_analysis_pipeline
Commits
2edde3ad
Commit
2edde3ad
authored
3 months ago
by
John Lafin
Browse files
Options
Downloads
Patches
Plain Diff
Move CxG output to root dir for vizapp
parent
377a1e76
Branches
Branches containing commit
Tags
test_1.0.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vizapp/run_container.sh
+1
-1
1 addition, 1 deletion
vizapp/run_container.sh
workflow/main.nf
+1
-1
1 addition, 1 deletion
workflow/main.nf
with
2 additions
and
2 deletions
vizapp/run_container.sh
+
1
−
1
View file @
2edde3ad
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
workflow/main.nf
+
1
−
1
View file @
2edde3ad
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment