- This project is supported by Research University Network grant "Precision Cancer Medicine"
- Integrative Database & Analytics Platform for Cancer Precision Medicine
- Maintain by: Bhoom Suktitipat, MD, PhD
Singularity Container for Hail (hail.is)
- built from Spark2.2.2, Anaconda3, and Hail v.0.2
- Please download these three required component before start building. Save the files to
hailSrcdirectory.
../hailSrc/Anaconda3-5.2.0-Linux-x86_64.sh
../hailSrc/spark-2.2.2-bin-hadoop2.7.tgz
../hailSrc/Hail-devel-1f253167d53c-Spark-2.2.0.zip
- clone the github to
pwdusinggit clone https://github.com/hypotheses/singhail.git
Your folder structure might look like these
`pwd`
|--hailSrc: {source code for the required programs}
|
|--hailsing: {Singularity singhail git}
- Build the image image: In vagrant virtual machine build an image using this command
sudo singularity build --writable singhail.img Singularity
NOTE: --login option is required to load conda
To use the container: and bind the data directory from host /turtle/RUN/vcf to the container
singularity shell -B /turtle/RUN/vcf singhail.img --login
sudo singularity shell --writable singhail.img --login