lscsoft/bilby_pipe:dev

$ singularity pull shub://lscsoft/bilby_pipe:dev

Singularity Recipe

Bootstrap: docker
From: bilbydev/bilby-test-suite-python37

%help
A singularity container for running bilby_pipe with the development versions
of bilby, bilby_pipe, and pesummary as of 2019-02-13.

%post
export PATH=/opt/conda/bin:${PATH}
pip install numpy==1.15
pip install pandas==0.23
pip install ligo-gracedb
pip install pesummary==0.1.4.dev1902182
git clone https://github.com/lscsoft/bilby.git
(cd bilby && python setup.py install)
git clone https://github.com/lscsoft/bilby_pipe.git
(cd bilby_pipe && python setup.py install)

%runscript
    bilby_pipe "$@" --singularity-image "$SINGULARITY_CONTAINER"

%apprun generation
    bilby_pipe_generation "$@"

%apprun analysis
    bilby_pipe_analysis "$@"

%apprun create_injection_file
    bilby_pipe_create_injection_file "$@"

Collection


View on Datalad

Metrics

key value
id /containers/lscsoft-bilby_pipe-dev
collection name lscsoft/bilby_pipe
branch master
tag dev
commit 177ac47b664bacf2fa8d26d8a6ec9a775de356ea
version (container hash) c3ca1d8d5ad449f11acb05d87ff6a772
build date 2019-11-08T02:03:48.112Z
size (MB) 3843
size (bytes) 1738100767
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.