MetaboIGNITER/container-csifingerid:latest
$ singularity pull shub://MetaboIGNITER/container-csifingerid:latest
Singularity Recipe
Bootstrap: docker
From: metaboigniter/container-rbase:v3.4.1-1xenial0_cv0.2
%files
sirius-linux64-headless-4.0.1 /usr/local/bin/CSI
scripts/*.r /usr/local/bin/
runTest1.sh /usr/local/bin/runTest1.sh
%labels
software.version=4.0.1
version=4.0.1
software=CSIFingerID
MAINTAINER PhenoMeNal-H2020 Project ( phenomenal-h2020-users@googlegroups.com )
Description="Metabolite identification"
%post
R -e 'install.packages(c("R.utils","tools"),repos = "http://cran.us.r-project.org")'
# Update & upgrade sources
apt-get -y update
# Install development files needed
apt-get -y install wget default-jre-headless unzip
# Clean up
apt-get -y clean && apt-get -y autoremove && rm -rf /var/lib/{cache,log}/ /tmp/* /var/tmp/*
chmod +x /usr/local/bin/*.r
# Add testing to container
chmod +x /usr/local/bin/runTest1.sh
# Define Entry point script
#ENTRYPOINT ["java", "-cp", "/usr/local/bin/passatutto.jar"]
%runscript
exec /bin/bash "$@"
%startscript
exec /bin/bash "$@"
Collection
- Name: MetaboIGNITER/container-csifingerid
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/MetaboIGNITER-container-csifingerid-latest |
collection name | MetaboIGNITER/container-csifingerid |
branch | master |
tag | latest |
commit | 7e5c0c65c3331164c02787beec240c154adae4ea |
version (container hash) | 2df8945b6073c36177e31487cb9548b5 |
build date | 2019-10-14T12:14:45.304Z |
size (MB) | 746.0 |
size (bytes) | 320073759 |
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.