whit2333/bubble_chamber:latest

$ singularity pull shub://whit2333/bubble_chamber:latest

Singularity Recipe

Bootstrap: docker
From: docker://whit2333/bubble_sim:latest


%runscript
  #echo "This is what happens when you run the container..."
  derp=
  if [ -p /dev/stdin ]; then
    # If we want to read the input line by line
    while IFS= read line; do
      #echo "Line: ${line}"
      if [ -z ${derp} ]; then
        derp="${line}"
      else 
        derp="${derp}\n${line}"
      fi
    done
  fi
  /bin/bash <<EOF
  source /usr/local/bin/geant4.sh
  echo -e ${derp} | bubble_chamber $@
EOF
  #exec /usr/local/bin/run_bubble_sim "$@"


%post
  echo "Hello from inside the container"


%help
  Help me. I'm in the container.


%labels
  Maintainer "Whitney Armstrong"
  Version v1.0

Collection


View on Datalad

Metrics

key value
id /containers/whit2333-bubble_chamber-latest
collection name whit2333/bubble_chamber
branch master
tag latest
commit 0e6da3ed764fee433dc192f6fb74c422f73ae3c7
version (container hash) 404e0e3879cac4333299d39ae626b932
build date 2018-02-17T22:08:50.986Z
size (MB) 3356
size (bytes) 1263124511
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.