idot/Singularity_recipes:deepbinner

$ singularity pull shub://idot/Singularity_recipes:deepbinner

Singularity Recipe

Bootstrap: debootstrap
OSVersion: bionic
MirrorURL: http://us.archive.ubuntu.com/ubuntu/

%help
  A container to hold the nanopore barcode demultiplexer deepbinner.
  Run `singularity exec deepbinner.simg deepbinner`

%environment
  PATH=/usr/local/bin:$PATH

%post
    apt update
    apt install -y software-properties-common
    apt-add-repository universe
    apt update
    apt install -y wget git python3-pip
    export LC_ALL=C.UTF-8
    export LANG=C.UTF-8
    echo 'export LC_ALL=C.UTF-8' >> $SINGULARITY_ENVIRONMENT
    echo 'export LANG=C.UTF-8' >> $SINGULARITY_ENVIRONMENT

    #================================
    # INSTALL DEEPBINNER
    #================================
    git clone https://github.com/rrwick/Deepbinner.git
    cd Deepbinner
    pip3 install -r requirements.txt
    python3 setup.py install

Collection


View on Datalad

Metrics

key value
id /containers/idot-Singularity_recipes-deepbinner
collection name idot/Singularity_recipes
branch master
tag deepbinner
commit 1b71b09c4ad747cd1e96ac7f1978522b31cc2b2d
version (container hash) fcc9b5dfa87647d388b64c77c9278241
build date 2018-07-30T16:14:05.752Z
size (MB) 1337
size (bytes) 521240607
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.