dominik-handler/AP_singu:pycoqc

$ singularity pull shub://dominik-handler/AP_singu:pycoqc

Singularity Recipe

#nanoplot in singularity

Bootstrap: docker
From: ubuntu:16.04


%runscript
    pycoQC "$@"

%post
    apt-get update
    apt-get -y install wget curl
    apt-get -y install sudo build-essential

    apt-get update
    apt-get install bzip2
    apt-get -y install python3.5-dev

    apt-get -y install python3-setuptools
    
    wget "https://bootstrap.pypa.io/get-pip.py" 
    python3 get-pip.py

    pip3 install setuptools --upgrade
    pip3 install pycoQC
    
    mkdir /groups
    mkdir /scratch
    mkdir /scratch-ii2


%test
    pycoQC -h

Collection


View on Datalad

Metrics

key value
id /containers/dominik-handler-AP_singu-pycoqc
collection name dominik-handler/AP_singu
branch master
tag pycoqc
commit e2922ff891d0baac1f786da66f7644ce1fe961be
version (container hash) 764a67ae696f62c9dd1ddaf6c416b66c
build date 2020-03-31T12:47:43.046Z
size (MB) 920
size (bytes) 381059103
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.