qbicsoftware/qbic-singularity-miso:latest

$ singularity pull shub://qbicsoftware/qbic-singularity-miso:latest

Singularity Recipe

Bootstrap:docker
From:ubuntu:latest

%post
/bin/sh build.sh
#We need htslib to be installed for miso 
wget https://github.com/samtools/htslib/releases/download/1.7/htslib-1.7.tar.bz2
tar jxf htslib-1.7.tar.bz2
cd htslib-1.7/
./configure --prefix=/usr/local/bin
make
make install 
pip install misopy==0.5.4


%files
#Installation of tool
build.sh

%environment
#Set your toolname here and the appropriate version to have this in the metadata of your container
    miso=v0.5.4

%labels
Maintainer	alexander.peltzer@uni-tuebingen.de

Collection


View on Datalad

Metrics

key value
id /containers/qbicsoftware-qbic-singularity-miso-latest
collection name qbicsoftware/qbic-singularity-miso
branch master
tag latest
commit d0992c46aa15e71af06089ab4bd70de5c696bc7e
version (container hash) 55ebec5818137ed7598496870e445d7c
build date 2018-02-22T10:18:07.727Z
size (MB) 952
size (bytes) 385265695
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.