williamssanders/pepa:pepa

$ singularity pull shub://williamssanders/pepa:pepa

Singularity Recipe

Bootstrap:docker
From:centos:6

%labels
	MAINTAINER Shane Sanders
	
%files
	# Files for Build Go Here

%post
	echo "Updating system"
	yum update -y
	echo "Installing xauth and xterm"
	yum install -y xauth xterm wget unzip libXtst.x86_64 mesa-libGL.x86_64
	echo "Installing OPEN JDK 8 JRE (java-1.8.0-openjdk)"
	yum install -y java-1.8.0-openjdk
	echo "Installing GTK"
	yum install -y gtk2 libcanberra-gtk2 PackageKit-gtk-module
	cd /opt
	wget https://archive.eclipse.org/technology/epp/downloads/release/mars/2/eclipse-jee-mars-2-linux-gtk-x86_64.tar.gz
	tar xvfz eclipse-jee-mars-2-linux-gtk-x86_64.tar.gz -C /opt/
	ln -s /opt/eclipse/eclipse /usr/local/bin/eclipse
	rm eclipse-jee-mars-2-linux-gtk-x86_64.tar.gz
	# Installing PEPA || BioPEPA
	eclipse -clean -purgeHistory -noSplash -application org.eclipse.equinox.p2.director -repository https://download.eclipse.org/releases/mars/ -installIU org.eclipse.birt.feature.group/
	eclipse -clean -purgeHistory -noSplash -application org.eclipse.equinox.p2.director -repository http://www.dcs.ed.ac.uk/pepa/group/update-site -installIU uk.ac.ed.inf.common.feature.feature.group
	eclipse -clean -purgeHistory -noSplash -application org.eclipse.equinox.p2.director -repository https://download.eclipse.org/releases/mars/ -installIU org.eclipse.zest.core/
	eclipse -clean -purgeHistory -noSplash -application org.eclipse.equinox.p2.director -repository http://www.dcs.ed.ac.uk/pepa/group/update-site -installIU uk.ac.ed.inf.pepa.feature.feature.group
	#eclipse -clean -purgeHistory -noSplash -application org.eclipse.equinox.p2.director -repository http://www.dcs.ed.ac.uk/pepa/group/update-site -installIU uk.ac.ed.inf.biopepa.feature.group

%runscript
	#java -version
/opt/eclipse/eclipse

Collection


View on Datalad

Metrics

key value
id /containers/williamssanders-pepa-pepa
collection name williamssanders/pepa
branch master
tag pepa
commit fe1f07628ebfcab3dafb8833109f6063bbe11722
version (container hash) 156a86223867a24cb967a250b296f388
build date 2020-03-24T17:30:55.088Z
size (MB) 951
size (bytes) 552595487
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.