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

Merge branch 'submission' into 'main'

test manual

See merge request !6
parents d4afedc7 abc5c94e
No related branches found
No related tags found
1 merge request!6test manual
......@@ -31,7 +31,7 @@ image:
- singularity push --docker-username gitlab-ci-token --docker-password $CI_JOB_TOKEN container.sif oras://"$CI_REGISTRY_IMAGE"/$BASENAME:$TAG
#####################
## Quality control
## Submission area
#####################
......@@ -42,6 +42,12 @@ image:
# TAG: 0119cv7
# RECIPE_PATH: recipes/quality-control/fastqc/
#####################
## Quality control
#####################
fastqc-0119cv7-builddeploy:
extends: .templateBuildDeploy
variables:
......@@ -51,3 +57,4 @@ fastqc-0119cv7-builddeploy:
only:
changes:
- recipes/quality-control/fastqc/Singularity.fastqc-0119cv7
Bootstrap: docker
From: biocontainers/fastqc:v0.11.9_cv8
%runscript
echo "Running container biocontainers/fastqc:v0.11.9_cv8, FastQC v0.11.9"
exec /bin/bash "$@"
%post
mkdir /cluster /work /tsd /projects
%labels
Author Nicolas Descostes
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