SupercomputingWales/singularity_hub:alphafold_casp13

$ singularity pull shub://SupercomputingWales/singularity_hub:alphafold_casp13

Singularity Recipe

Bootstrap:docker  
From:python:3.7.9

%labels
MAINTAINER Thomas Green

%environment

%runscript
exec /bin/bash /bin/echo "Not supported"

%post
# Create some common mountpoints for systems without overlayfs
mkdir /scratch
mkdir /apps

# Update metadata on packages
apt-get update
apt-get install -y git

# Create directory to store source files.
mkdir -p /usr/src/
cd /usr/src
git clone https://github.com/deepmind/deepmind-research.git
cd deepmind-research

# Install from pip
# Depends on tensorflow 1.14 so latest Python version supports that is 3.7.9. 

pip install wheel
pip install -r alphafold_casp13/requirements.txt

Collection


View on Datalad

Metrics

key value
id /containers/SupercomputingWales-singularity_hub-alphafold_casp13
collection name SupercomputingWales/singularity_hub
branch master
tag alphafold_casp13
commit e0b20856246f0cd4341cd2be7b519036f8b8bcb1
version (container hash) aa3e22891f86057af7b60145aa4e020c48ead716456915838fbf1d66e59585ff
build date 2020-12-07T12:24:28.748Z
size (MB) 720.81640625
size (bytes) 755830784
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.