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

replace by main

parent 75b8fe1c
No related branches found
No related tags found
3 merge requests!21picard 2.27.1,!20picard 2271,!19picard 2 22 1
...@@ -36,14 +36,6 @@ image: ...@@ -36,14 +36,6 @@ image:
## WRITE YOUR TEST RULE HERE AFTER BRANCHING ON SUBMISSION AND CREATE A MERGE REQUEST ## WRITE YOUR TEST RULE HERE AFTER BRANCHING ON SUBMISSION AND CREATE A MERGE REQUEST
parallelfastqdump-063-test:
extends: .templateTest
variables:
BASENAME: parallelfastqdump
TAG: v063
RECIPE_PATH: recipes/fastq-operations/parallelfastqdump
##################### #####################
## Include ## Include
##################### #####################
...@@ -55,6 +47,11 @@ include: ...@@ -55,6 +47,11 @@ include:
##################### #####################
- local: "yaml-files/quality-control/fastqc-deploy.yaml" - local: "yaml-files/quality-control/fastqc-deploy.yaml"
#####################
# fastq operations
#####################
- local: "yaml-files/fastq-operations/parallelfastqdump-deploy.yaml"
##################### #####################
# Analysis suites # Analysis suites
##################### #####################
......
...@@ -25,4 +25,3 @@ From: ubuntu:bionic ...@@ -25,4 +25,3 @@ From: ubuntu:bionic
%labels %labels
Author Nicolas Descostes Author Nicolas Descostes
Version v0.0.2 Version v0.0.2
parallelfastqdump-063-builddeploy:
extends: .templateBuildDeploy
variables:
BASENAME: parallelfastqdump
TAG: v063
RECIPE_PATH: recipes/fastq-operations/parallelfastqdump
only:
changes:
- recipes/fastq-operations/parallelfastqdump/Singularity.parallelfastqdump-v063
parallelfastqdump-063-test:
extends: .templateTest
variables:
BASENAME: parallelfastqdump
TAG: v063
RECIPE_PATH: recipes/fastq-operations/parallelfastqdump
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