TomHarrop/singularity-containers:clairvoyante_1.01
$ singularity pull shub://TomHarrop/singularity-containers:clairvoyante_1.01
Singularity Recipe
Bootstrap: shub
From: opensciencegrid/osgvo-tensorflow-gpu:latest
%help
Clairvoyante 1.01
https://github.com/aquaskyline/Clairvoyante/releases
%labels
MAINTAINER "Tom Harrop (twharrop@gmail.com) "
VERSION "Clairvoyante 1.01"
%runscript
exec /usr/bin/python2 /clairvoyante/clairvoyante.py "$@"
%post
# dependencies
/usr/local/bin/pip2 install --upgrade \
blosc \
intervaltree==2.1.0
/usr/local/bin/pip3 install --upgrade \
blosc \
intervaltree==2.1.0
# pypy
apt-get update
apt-get install -y \
pypy \
pypy-dev
wget https://bootstrap.pypa.io/get-pip.py && \
pypy get-pip.py &&\
rm get-pip.py
pypy -m pip install intervaltree
# install clairvoyante
mkdir clairvoyante
wget -O "clairvoyante.tar.gz" \
--no-check-certificate \
https://github.com/aquaskyline/Clairvoyante/archive/v1.01.tar.gz
tar -zxf clairvoyante.tar.gz \
-C clairvoyante \
--strip-components 1
cd clairvoyante || exit 1
curl http://www.bio8.cs.hku.hk/trainedModels.tbz | tar -jxf -
%environment
export PATH="${PATH}:/clairvoyante/clairvoyante:/clairvoyante/dataPrepScripts"
Collection
- Name: TomHarrop/singularity-containers
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/TomHarrop-singularity-containers-clairvoyante_1.01 |
collection name | TomHarrop/singularity-containers |
branch | master |
tag | clairvoyante_1.01 |
commit | df886f799b27e6efba6761d844db84e2664b12cb |
version (container hash) | ee7b6555fb8153dad761f8251ff74dd0 |
build date | 2019-03-19T05:26:45.999Z |
size (MB) | 7289 |
size (bytes) | 3239407647 |
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.