stubbi/nqs:latest

$ singularity pull shub://stubbi/nqs:latest

Singularity Recipe

Bootstrap: docker
From: python:3.7

%files
    ./ nqs/

%post
    apt-get update
    apt-get install -y --no-install-recommends apt-transport-https ca-certificates gnupg software-properties-common wget
    wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | apt-key add -
    apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
    apt-get install -y --no-install-recommends cmake openmpi-bin libopenmpi-dev libatlas-base-dev python-dev python-pip libssl-dev
    pip install -U pip setuptools numpy scipy
    pip install matplotlib
    pip install pandas
    pip install mpi4py
    chmod -R 755 /nqs/
    cd nqs
    python setup.py install

Collection


View on Datalad

Metrics

key value
id /containers/stubbi-nqs-latest
collection name stubbi/nqs
branch master
tag latest
commit 9cf8313c920147aa08ea227cad560246f499b0b9
version (container hash) 621e88b9a502a80657ae7a4ec271e109
build date 2021-03-08T05:30:09.388Z
size (MB) 2200.0
size (bytes) 744898591
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.