Skip to content

powerPlant/deepvariant-srf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Singularity recipe files for Deepvariant

https://github.com/google/deepvariant

Generate symlinks for executables

singularity exec deepvariant.1.4.0.sif find /opt/deepvariant/bin -type f -executable -printf "%f\n" | xargs -L1 ln -s deepvariant.1.4.0.sif

GPU support

Set SINGULARITY_NV=true to enable GPU support where required. Useful in environment modules, like,

# Required to enable GPU
setenv SINGULARITY_NV true

Releases

No releases published

Packages

No packages published