Skip to content
Snippets Groups Projects
Commit 340fb6f2 authored by Nicolas Descostes's avatar Nicolas Descostes
Browse files

# WARNING: head commit changed in the meantime

resolve conflicts
parent e94ae5bb
No related branches found
No related tags found
2 merge requests!30bedops test,!29test alpine
......@@ -35,12 +35,7 @@ image:
#####################
## WRITE YOUR TEST RULE HERE AFTER BRANCHING ON SUBMISSION AND CREATE A MERGE REQUEST
chimerax-1.3-test:
extends: .templateTest
variables:
BASENAME: chimerax
TAG: 1.3
RECIPE_PATH: recipes/image-analysis/chimerax
#####################
## Include
......@@ -90,7 +85,8 @@ include:
- local: "yaml-files/single-cell-genomics/mosaic-deploy.yaml"
#####################
# Others
# Image analysis
#####################
- local: "yaml-files/image-analysis/deeplabcut-deploy.yaml"
- local: "yaml-files/image-analysis/cellpose-deploy.yaml"
......@@ -76,4 +76,6 @@ IncludeCmd: yes
pip install cellpose==2.0.5
%labels
Author Yi Sun
cellpose-2.0.5-builddeploy:
extends: .templateBuildDeploy
variables:
BASENAME: cellpose
TAG: 2.0.5
RECIPE_PATH: recipes/image-analysis/cellpose
only:
changes:
- recipes/image-analysis/cellpose/Singularity.cellpose-2.0.5
\ No newline at end of file
cellpose-2.0.5-test:
extends: .templateTest
variables:
BASENAME: cellpose
TAG: 2.0.5
RECIPE_PATH: recipes/image-analysis/cellpose
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment