qbicsoftware/qbic-singularity-bowtie2:latest

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

Singularity Recipe

Bootstrap:docker
From:ubuntu:latest

%post
/bin/sh build.sh
export PATH="/usr/bin/miniconda/bin:$PATH"
conda config --add channels bioconda
conda install bowtie2=2.3.0

%files
#Installation of tool
build.sh

%environment
#Set your toolname here and the appropriate version to have this in the metadata of your container
    BOWTIE2=v2.3.0
    PATH="/usr/bin/miniconda/bin:$PATH"

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

Collection


View on Datalad

Metrics

key value
id /containers/qbicsoftware-qbic-singularity-bowtie2-latest
collection name qbicsoftware/qbic-singularity-bowtie2
branch master
tag latest
commit b332c8ec532ea2b9e60b52a2f9dca112a8949d9f
version (container hash) 1c3efe049236df109cfaa49750fd58b1
build date 2019-11-29T03:55:11.323Z
size (MB) 983
size (bytes) 462184479
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.