Dill-PICL/GOMAP-singularity:latest

$ singularity pull shub://Dill-PICL/GOMAP-singularity:latest

Singularity Recipe

Bootstrap: shub
From: Dill-PICL/GOMAP-base:bionic

%labels
MAINTAINER Kokulapalan Wimalanathan
Version 1.1.0
Branch non-mpich

%files

%environment
    export LC_ALL=C
    export DEBIAN_FRONTEND=noninteractive
    export MYSQL_USER=pannzer
    export MYSQL_DATABASE=pannzer
    export MYSQL_ROOT_PASSWORD=mysql 

%post
	echo "Running post"
	
	mkdir /opt/GOMAP/
	git clone --branch=master https://github.com/Dill-PICL/GOMAP.git /opt/GOMAP/
	chmod -R 777 /opt/GOMAP/
	mkdir -p /workdir
	mkdir -p /tmpdir 
	mkdir -p /var/log/mysql
	
	echo "Completed Post"  

%startscript
	chmod 777 /tmp
	nohup mysqld --user=$USER > /dev/null 2>&1 < /dev/null &

%runscript
	cd /opt/GOMAP/ 
	./gomap.py "$@"

Collection


View on Datalad

Metrics

key value
id /containers/Dill-PICL-GOMAP-singularity-latest
collection name Dill-PICL/GOMAP-singularity
branch master
tag latest
commit 26636dc00365d1aef1801d9207aab989fcb598ee
version (container hash) 47abddb2428d8cb694224d86bc6cfc91
build date 2021-04-07T03:06:10.886Z
size (MB) 1761
size (bytes) 670318623
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.