Skip to content
Snippets Groups Projects
Commit c8655c04 authored by descoste's avatar descoste
Browse files

Merge branch 'submission' of...

Merge branch 'submission' of https://git.embl.de/descoste/singularityhub-emblrome.git into submission
parents f8b6ae21 46406af3
No related branches found
No related tags found
3 merge requests!13fasterq hidden macs2 picard,!12deeptools last version,!11bowtie2
Pipeline #32262 passed
......@@ -59,7 +59,7 @@ include:
- local: "yaml-files/image-analysis/deeplabcut-deploy.yaml"
#####################
## Quality control
# Mapping
#####################
include:
......
Bootstrap: docker
From: biocontainers/bowtie2:v2.4.1_cv1
%runscript
echo "Running container biocontainers/bowtie2:v2.4.1_cv1, Bowtie v2.4.1"
exec /bin/bash "$@"
%post
mkdir /cluster /work /tsd /projects
%labels
Author Nicolas Descostes
Bootstrap: docker
From: quay.io/biocontainers/bowtie2:2.4.5--py36hfca12d5_2
%runscript
echo "Running container quay.io/biocontainers/bowtie2:2.4.5--py36hfca12d5_2, Bowtie v2.4.5"
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