This is a singularity container packing a python 3.9.6 (only version) environment with all the packages necessary to execute all the python scripts present in the version 2.10.0 of the gad pipeline.
Python v3.9.6 is the latest available version in CentOS v8.5.211 used for this build.
Authors : valentin.vautrot@u-bourgogne.fr
python3.9.6 is installed in /usr/bin/python3.9/
non-default python3.9.6 libs are installed in /usr/lib/python3.9/site-packages/
pip-installed packages can be called with :
singularity exec -e /path/to/this/sif/image python3 -m pip list installed
or
singularity test /path/to/this/sif/image
Other custom GAD packages include GeneralTools, LabkeyTools, InterTools, VcfTools, CnvTools from v2.10.0 of the gadpipeline, modified to work with python3.9