qbicsoftware/qbic-singularity-picard:latest

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

Singularity Recipe

Bootstrap:docker
From:alpine:3.6

%post
/bin/sh build.sh
#get things up and running
PICARD_VERSION=2.15.0
PICARD_HOME=/opt/picard
mkdir -p $PICARD_HOME
cd $PICARD_HOME
wget --quiet https://github.com/broadinstitute/picard/releases/download/${PICARD_VERSION}/picard.jar 
#Install call script
mv /picard.sh /usr/bin/picard
chmod +x /usr/bin/picard

%files
#Installation of tool
build.sh
#Call script
picard.sh 

%environment
#Set your toolname here and the appropriate version to have this in the metadata of your container
    PICARD_VERSION=2.15.0
    PICARD_HOME=/opt/picard

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

Collection


View on Datalad

Metrics

key value
id /containers/qbicsoftware-qbic-singularity-picard-latest
collection name qbicsoftware/qbic-singularity-picard
branch master
tag latest
commit 5e402d75d0e3f5a395195d72ddedd392a7b809d9
version (container hash) be16d3c0e959be2e24a2b6fa118b75d2
build date 2018-01-15T15:00:26.079Z
size (MB) 561
size (bytes) 213524511
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.