Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellxgene
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container Registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Astrocyte
Workflows
Strand Lab
cellxgene
Commits
c12be42f
Commit
c12be42f
authored
1 year ago
by
John Lafin
Browse files
Options
Downloads
Patches
Plain Diff
Use CxG 1.2.0 container
parent
bf0899b5
Branches
Branches containing commit
Tags
test_0.0.5
Tags containing commit
1 merge request
!1
Convert input
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
astrocyte_pkg.yml
+1
-1
1 addition, 1 deletion
astrocyte_pkg.yml
vizapp/run_container.sh
+2
-2
2 additions, 2 deletions
vizapp/run_container.sh
with
3 additions
and
3 deletions
astrocyte_pkg.yml
+
1
−
1
View file @
c12be42f
...
@@ -132,7 +132,7 @@ workflow_parameters:
...
@@ -132,7 +132,7 @@ workflow_parameters:
# List of any full path of the containers
# List of any full path of the containers
vizapp_containers
:
vizapp_containers
:
-
docker://git.biohpc.swmed.edu:5050/astrocyte/workflows/strand-lab/cellxgene
:latest
-
docker://git.biohpc.swmed.edu:5050/astrocyte/workflows/strand-lab/cellxgene
/cellxgene:1.2.0
# List of any path of the scripts in 'your_astrocyte_workflow/vizapp' folder to run the containers
# List of any path of the scripts in 'your_astrocyte_workflow/vizapp' folder to run the containers
vizapp_container_runscripts
:
vizapp_container_runscripts
:
...
...
This diff is collapsed.
Click to expand it.
vizapp/run_container.sh
+
2
−
2
View file @
c12be42f
...
@@ -13,8 +13,8 @@ DIR=$( cd -P "$( dirname "$SOURCE" )" >/dev/null 2>&1 && pwd )
...
@@ -13,8 +13,8 @@ DIR=$( cd -P "$( dirname "$SOURCE" )" >/dev/null 2>&1 && pwd )
# Image settings
# Image settings
REPO
=
"cellxgene"
REPO
=
"cellxgene
/cellxgene
"
TAG
=
"
latest
"
TAG
=
"
1.2.0
"
singularity_image
=
${
REPO
}
-
${
TAG
}
.img
singularity_image
=
${
REPO
}
-
${
TAG
}
.img
outputDir
=
${
outputDir
:-
"
${
DIR
}
/../workflow/output/"
}
outputDir
=
${
outputDir
:-
"
${
DIR
}
/../workflow/output/"
}
...
...
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