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

initial commit

parent 4fb7dfaf
No related branches found
No related tags found
4 merge requests!13fasterq hidden macs2 picard,!12deeptools last version,!11bowtie2,!10bowtie2
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: debootstrap
OSVersion: hirsute
MirrorURL: http://us.archive.ubuntu.com/ubuntu/
%help
This singularity install bowtie2 v2.4.5
%post
# ~~~~~~ General setup and folder creation ~~~~~~ #
apt-get update && apt-get install -y wget bzip2
# ~~~~~ MINICONDA 3.4.0.5 ~~~~~ #
wget https://repo.anaconda.com/miniconda/Miniconda3-4.7.12.1-Linux-x86_64.sh && \
bash Miniconda3-4.7.12.1-Linux-x86_64.sh -b -p /conda && \
rm -f Miniconda3-4.7.12.1-Linux-x86_64.sh
export PATH="/conda/bin:${PATH}"
# ~~~~~ bowtie2 2.4.5 ~~~~~ #
conda install -y -c bioconda bowtie2=2.4.5
%environment
export PATH="${PATH}:/conda/bin"
%labels
Author Nicolas Descostes
Version v0.0.1
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