qbicsoftware/qbic-singularity-picard:v2.15.0

$ singularity pull shub://qbicsoftware/qbic-singularity-picard:v2.15.0

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-v2.15.0
collection name qbicsoftware/qbic-singularity-picard
branch master
tag v2.15.0
commit 5e402d75d0e3f5a395195d72ddedd392a7b809d9
version (container hash) 80e924aa8209415f0c0086f2b6cdc7b4
build date 2020-05-07T04:13:59.797Z
size (MB) 561
size (bytes) 213520415
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.