Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GeT-nextflow-NGL-Bi
template-nf
Commits
10744200
Commit
10744200
authored
Feb 12, 2021
by
Celine Noirot
Browse files
add test
parent
0e47a70b
Pipeline
#26379
failed with stages
in 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
10744200
...
...
@@ -2,12 +2,19 @@ stages:
-
build
-
deploy
-
test
push
:
stage
:
test
image
:
nextflow/nextflow
script
:
-
singularity pull template-nf.sif oras://registry.forgemia.inra.fr/get-nextflow-ngl-bi/template-nf/template-nf:latest
-
nextflow run main.nf -profile test,singularity
# Build Singularity container bwa_v0.7.17.sif
singularity-image
:
# recipe for building singularity image and deploy it on the registery for bwa version 0.7.17
image
:
name
:
quay.io/singularity/singularity:v3.4.0
stage
:
build
script
:
-
singularity build template.sif Singularityfile
...
...
@@ -32,12 +39,3 @@ deploy:
-
.gitlab-ci.yml
-
Singularityfile
-
emvironement.yml
test
:
image
:
nextflow/nextflow
stage
:
test
push
:
script
:
-
git clone git clone git@forgemia.inra.fr:get-nextflow-ngl-bi/template-nf.git
-
cd template-nf
-
ln -s template.sif template-nf.sif
-
nextflow run main.nf -profile test,singularity
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment