zztin/concaller:latest

$ singularity pull shub://zztin/concaller:latest

Singularity Recipe

BootStrap: debootstrap
OSVersion: xenial
MirrorURL: http://us.archive.ubuntu.com/ubuntu/


%runscript
    /root/TideHunter/bin/TideHunter ./test_data/test_1000x10.fa > cons.fa
%labels
   AUTHOR l.t.chen-4@umcutrecht.nl
%post
    # pre-build preparation
    apt-get update
    apt-get -y install python3 git wget build-essential libz-dev
    # begin to build TideHunter
    wget https://github.com/yangao07/TideHunter/releases/download/v1.2.2/TideHunter-v1.2.2.tar.gz
    tar -zxvf TideHunter-v1.2.2.tar.gz
    cd TideHunter-v1.2.2; make
    pwd

Collection


View on Datalad

Metrics

key value
id /containers/zztin-concaller-latest
collection name zztin/concaller
branch master
tag latest
commit 88b5ed5d02c6be46f8d7a086a3a1e02ab12b1971
version (container hash) d24271f283d1819dc6a26e32dc1fa792
build date 2020-03-18T17:31:20.382Z
size (MB) 495.0
size (bytes) 235675679
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.