aghozlane/Let-it-bin:trimming

$ singularity pull shub://aghozlane/Let-it-bin:trimming

Singularity Recipe

BootStrap: docker
From: ubuntu:16.04

%post
    mkdir /pasteur
    apt -y update &&  apt -y install wget build-essential gcj-jdk
    wget ftp://ftp.pasteur.fr/pub/gensoft/projects/AlienTrimmer/AlienTrimmer_0.4.0.tar.gz
    tar -xzf AlienTrimmer_0.4.0.tar.gz
    rm AlienTrimmer_0.4.0.tar.gz
    cd AlienTrimmer_0.4.0/src
    sed "s:-march=native::g" -i Makefile 
    make
    mv AlienTrimmer /usr/local/bin/

Collection


View on Datalad

Metrics

key value
id /containers/aghozlane-Let-it-bin-trimming
collection name aghozlane/Let-it-bin
branch master
tag trimming
commit e843b0d1642589effc7bbcc4048366ebeec0e5af
version (container hash) c648132dc1f432c9320597e488a8a995
build date 2018-08-30T14:39:44.328Z
size (MB) 660
size (bytes) 213299231
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.