marcc-hpc/gatk:latest

$ singularity pull shub://marcc-hpc/gatk:latest

Singularity Recipe

Bootstrap: docker
From: broadinstitute/gatk
IncludeCmd: yes

%environment
  # use bash as default shell
  SHELL=/bin/bash
  export SHELL

%setup
  # runs on host - the path to the image is $SINGULARITY_ROOTFS

%post
  # post-setup script

  # load environment variables
  . /environment

  # use bash as default shell
  echo 'SHELL=/bin/bash' >> /environment

  # make environment file executable
  chmod +x /environment

  # default mount paths
  mkdir -p /scratch /data 

%test
  # test that script is a success

Collection


View on Datalad

Metrics

key value
id /containers/marcc-hpc-gatk-latest
collection name marcc-hpc/gatk
branch 4.0.0
tag latest
commit 62b0fdf8e558960687f42b47475f7d75be63bf7b
version (container hash) 1abacda4cb0339fb4a217218c80e4748
build date 2021-03-15T08:55:38.125Z
size (MB) 5016
size (bytes) 2487083039
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.