qbicsoftware/qbic-singularity-miso:v0.5.4
$ singularity pull shub://qbicsoftware/qbic-singularity-miso:v0.5.4
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
- Name: qbicsoftware/qbic-singularity-miso
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/qbicsoftware-qbic-singularity-miso-v0.5.4 |
collection name | qbicsoftware/qbic-singularity-miso |
branch | master |
tag | v0.5.4 |
commit | d0992c46aa15e71af06089ab4bd70de5c696bc7e |
version (container hash) | 78473831df59236e4d6f912937e16ec0 |
build date | 2018-02-22T10:18:07.719Z |
size (MB) | 952 |
size (bytes) | 385269791 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.