qbicsoftware/qbic-singularity-megSAP:v2017-10-25

$ singularity pull shub://qbicsoftware/qbic-singularity-megSAP:v2017-10-25

Singularity Recipe

Bootstrap: docker
From: ubuntu

%post
/bin/sh build.sh

%post

#Installing basic dependencies
 
#Get the pipeline, rather the fork of the pipeline that we tag first and then use the newest tag as version to be able to track back what was used at a certain point 

git clone --recursive https://github.com/apeltzer/megSAP.git
cd megSAP/data/
chmod 755 download_*.sh
#/bin/bash download_tools.sh

#Symlink our data to the right folder
#This ensures that we can access the data path from inside the container, without having to download & bundle the datasets all the time (31GB is a lot)
rm -rf /megSAP/data
ln -s /lustre_cfc/qbic/megSAP-data/data /megSAP/

#We're not downloading this into the container

#/bin/bash download_GRCh37.sh
#/bin/bashsh download_dbs.sh

%files
build.sh

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

Collection


View on Datalad

Metrics

key value
id /containers/qbicsoftware-qbic-singularity-megSAP-v2017-10-25
collection name qbicsoftware/qbic-singularity-megSAP
branch master
tag v2017-10-25
commit 0456f16145f077a9d21fe7d85b336ca86db29a44
version (container hash) f84e227482f1d0d695702fba77714fc3
build date 2017-11-19T10:50:40.525Z
size (MB) 1470
size (bytes) 691208223
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.