hariszaf/darn:latest

$ singularity pull shub://hariszaf/darn:latest

Singularity Recipe

# Set base image
Bootstrap: docker
From: hariszaf/darn:latest

# Set the maintainer
%labels
   Maintainer Haris Zafeiropoulos

# Set Singularity environment
%post
   export WORKDIR="/home"
   echo "export WORKDIR=$WORKDIR" >> $SINGULARITY_ENVIRONMENT
   mkdir -p $WORKDIR
   echo "export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" >> $SINGULARITY_ENVIRONMENT 

# Set basecommnad; run PEMA analysis
%runscript
   bash /home/darn.sh "$@"

# Singularity container complete

Collection


View on Datalad

Metrics

key value
id /containers/hariszaf-darn-latest
collection name hariszaf/darn
branch main
tag latest
commit f006e99b3ecd267ea69b4d5539dc7561d5d1de82
version (container hash) e73c678f47bfec96b98f7cf5fe715110
build date 2021-03-29T01:34:04.398Z
size (MB) 2053.0
size (bytes) 979054623
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.