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

replace by main

parent b79cced5
No related branches found
No related tags found
2 merge requests!25mosaic-03-test,!24test r packages for snakemake pipeline chipseq
...@@ -37,14 +37,6 @@ image: ...@@ -37,14 +37,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
bowtie2samtools-v245v115-test:
extends: .templateTest
variables:
BASENAME: bowtie2samtools
TAG: v245v115
RECIPE_PATH: recipes/mapping/bowtie2samtools
##################### #####################
## Include ## Include
##################### #####################
...@@ -73,6 +65,7 @@ include: ...@@ -73,6 +65,7 @@ include:
# Mapping # Mapping
##################### #####################
- local: "yaml-files/mapping/bowtie2-deploy.yaml" - local: "yaml-files/mapping/bowtie2-deploy.yaml"
- local: "yaml-files/mapping/bowtie2samtools-deploy.yaml"
##################### #####################
# Peaks callers # Peaks callers
......
...@@ -99,3 +99,4 @@ Stage: release ...@@ -99,3 +99,4 @@ Stage: release
Author "Tomi Häkkinen" Author "Tomi Häkkinen"
Contributors "Francesco Tabaro" Contributors "Francesco Tabaro"
Version 1.1 Version 1.1
bowtie2samtools-v245v115-builddeploy:
extends: .templateBuildDeploy
variables:
BASENAME: bowtie2samtools
TAG: v245v115
RECIPE_PATH: recipes/mapping/bowtie2samtools
only:
changes:
- recipes/mapping/bowtie2samtools/Singularity.bowtie2samtools-v245v115
bowtie2samtools-v245v115-test:
extends: .templateTest
variables:
BASENAME: bowtie2samtools
TAG: v245v115
RECIPE_PATH: recipes/mapping/bowtie2samtools
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