MarissaLL/singularity-containers:pgdspider_2.1.1.5

$ singularity pull shub://MarissaLL/singularity-containers:pgdspider_2.1.1.5

Singularity Recipe

Bootstrap: docker
From: ubuntu:18.04

%labels

	MAINTAINER "Marissa Le Lec"
	VERSION "PGDSpider 2.1.1.5"

%post

	apt-get update
	apt-get install -y build-essential language-pack-en wget unzip openjdk-8-jre
	wget http://www.cmpg.unibe.ch/software/PGDSpider/PGDSpider_2.1.1.5.zip
	unzip PGDSpider_2.1.1.5.zip
	cp -r PGDSpider_2.1.1.5 /opt/pgdspider
	rm -r PGDSpider_2.1.1.5

%environment
	
	export PATH="${PATH}:/opt/pgdspider"

%runscript

	/usr/bin/java -jar /opt/pgdspider/PGDSpider2-cli.jar "$@"

Collection


View on Datalad

Metrics

key value
id /containers/MarissaLL-singularity-containers-pgdspider_2.1.1.5
collection name MarissaLL/singularity-containers
branch master
tag pgdspider_2.1.1.5
commit e34376dabe1cf7634e40ed8f2eed3207be3d5594
version (container hash) 8b5077adfd4db0dbe951247fb1fbfd13
build date 2020-04-27T22:26:29.877Z
size (MB) 735
size (bytes) 293158943
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.