ISU-HPC/big-scape:latest

$ singularity pull shub://ISU-HPC/big-scape:latest

Singularity Recipe

Bootstrap: docker
from: continuumio/miniconda3

%labels

MAINTAINER ynanyam@iastate.edu

%post

apt-get update -y

apt install -y wget git

export PATH=/opt/conda/bin:$PATH

echo 'export PATH=/usr/local/bin:/opt/conda/bin:$PATH' >>$SINGULARITY_ENVIRONMENT

#conda create --name bigscape

#source activate bigscape 

conda install -y numpy scipy scikit-learn

conda install -c bioconda hmmer biopython fasttree anaconda networkx

cd /usr/src

git clone https://git.wur.nl/medema-group/BiG-SCAPE.git

wget ftp://ftp.ebi.ac.uk/pub/databases/Pfam/releases/Pfam31.0/Pfam-A.hmm.gz

gunzip Pfam-A.hmm.gz && hmmpress Pfam-A.hmm && mv Pfam-A.* /usr/src/BiG-SCAPE/.

chmod +x /usr/src/BiG-SCAPE/*.py

echo 'export PATH=/usr/src/BiG-SCAPE:$PATH' >>$SINGULARITY_ENVIRONMENT

mkdir -p /local/scratch

chmod 777 /local/scratch

mkdir -p /local/scratch/input /local/scratch/output

Collection


View on Datalad

Metrics

key value
id /containers/ISU-HPC-big-scape-latest
collection name ISU-HPC/big-scape
branch master
tag latest
commit 5cd09811ba3cabbe351341fe84c1a68301fd0237
version (container hash) 863290126edd6304645168eedd1c91ba
build date 2021-04-06T19:21:43.941Z
size (MB) 6918
size (bytes) 3029467167
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.