motroy/singularity-gottcha:latest

$ singularity pull shub://motroy/singularity-gottcha:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:16.04

%environment
export PATH="/Software/GOTTCHA/:/Software/GOTTCHA/bin:/Software/bwa/:$PATH"


%post
mkdir /Software && cd /Software
apt update && apt install -y git curl wget less locate unzip build-essential zlib1g-dev
git clone https://github.com/lh3/bwa.git
cd bwa; make
cd /Software
git clone https://github.com/LANL-Bioinformatics/GOTTCHA.git
cd GOTTCHA
sed -i -e 's/if\ (\ hash\ bwa\ 2/if\ (\ hash\ \/Software\/bwa\/bwa\ 2/g' INSTALL.sh
sed -i -e 's/BWA_VER=`bwa/BWA_VER=`\/Software\/bwa\/bwa/g' INSTALL.sh
./INSTALL.sh

Collection


View on Datalad

Metrics

key value
id /containers/motroy-singularity-gottcha-latest
collection name motroy/singularity-gottcha
branch master
tag latest
commit 909dc6c045e320b9acce7caa07ec8ea35588c816
version (container hash) e4469c2ff40787cd3589a240eb2484cc
build date 2019-02-04T16:33:11.383Z
size (MB) 815
size (bytes) 273006623
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.