phgenomics-singularity/ngmaster:latest
$ singularity pull shub://phgenomics-singularity/ngmaster:latest
Singularity Recipe
Bootstrap: docker
From: ubuntu:trusty-20170817
%help
A Singularity image for NGMASTER v0.5.1
%labels
Maintainer Anders Goncalves da Silva
Build 1.0
NGMASTER version 0.5.1
isPCR version 33
%post
NGMASTER_VERSION=0.5.1
isPCR_VERSION=33
sudo locale-gen en_US.UTF-8
sudo update-locale
sudo apt-get --yes update
sudo apt-get --yes install build-essential autoconf automake wget git zlib1g-dev libbz2-dev libncurses5-dev curl unzip
sudo apt-get --yes install software-properties-common
# add python3 support
sudo add-apt-repository --yes ppa:jonathonf/python-3.6
sudo apt-get --yes update
sudo apt-get --yes install python3.6
# getting pip and setuptools
curl https://bootstrap.pypa.io/get-pip.py | sudo python3.6
sudo pip3.6 install setuptools
echo "Installing isPCR"
export MACHTYPE='unix'
export OLDHOME=${HOME}
isPCR_VERSION=33
isPCR_DL="http://hgwdev.cse.ucsc.edu/~kent/src/isPcr${isPCR_VERSION}.zip"
isPCR_ZIP=ispcr.zip
wget -O ${isPCR_ZIP} "${isPCR_DL}"
unzip -o ${isPCR_ZIP}
cd isPcrSrc
export HOME=${PWD}
sed -i 's/-Werror//g' inc/common.mk
mkdir -p bin/${MACHTYPE}
mkdir -p lib/${MACHTYPE}
make
sudo mv bin/${MACHTYPE}/*Pcr /usr/local/bin
cd ..
rm -r isPcrSrc ${isPCR_ZIP}
export HOME=${OLDHOME}
echo "Installing NGMASTER"
NGMASTER_GT="git+https://github.com/MDU-PHL/ngmaster.git@v${NGMASTER_VERSION}"
sudo pip3.6 install ${NGMASTER_GT}
echo "UPDATING NGMASTER DB"
sudo ngmaster --updatedb --assumeyes
echo "Sorting some env variables..."
echo "DB updated on $(date "+%Y-%m-%d")" > /etc/dbupdate
sudo chmod 555 /etc/dbupdate
sudo echo 'LANGUAGE="en_US:en"' >> $SINGULARITY_ENVIRONMENT
sudo echo 'LC_ALL="en_US.UTF-8"' >> $SINGULARITY_ENVIRONMENT
sudo echo 'LC_CTYPE="UTF-8"' >> $SINGULARITY_ENVIRONMENT
sudo echo 'LANG="en_US.UTF-8"' >> $SINGULARITY_ENVIRONMENT
echo "Done"
%runscript
echo "Welcome to NGMATER 0.5.1" >&2
cat /etc/dbupdate >&2
exec ngmaster "$@"
%test
echo "Testing NGMASTER"
ngmaster --test
Collection
- Name: phgenomics-singularity/ngmaster
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/phgenomics-singularity-ngmaster-latest |
collection name | phgenomics-singularity/ngmaster |
branch | master |
tag | latest |
commit | 7f563326a27cbc97a0d676aef5f959520c93b97b |
version (container hash) | 3e2eed98f5e8da41eef47201a89e47ec |
build date | 2018-02-09T16:52:43.155Z |
size (MB) | 572 |
size (bytes) | 215863327 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.