Commit 6f5a90de authored by Valentin Vautrot's avatar Valentin Vautrot

adding info in %labels and %help sections

parent 0d67915e
......@@ -3,10 +3,11 @@ From: centos:8
%help
# in progress
This is a singularity container packing a python 3.9 (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 3.9 is the latest available version in CentOS 8 used for this build.
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 3.9.6 is the latest available version in CentOS 8 used for this build.
Authors : valentin.vautrot@u-bourgogne.fr
Creation date : 2023-09-13
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/
%setup
SINGULARITY_ROOTFS=$APPTAINER_ROOTFS
......@@ -53,7 +54,7 @@ pip3.9 install --upgrade -t /usr/lib/python3.9/site-packages/ scipy
pip3.9 install --upgrade -t /usr/lib/python3.9/site-packages/ pyvcf
pip3.9 install --upgrade -t /usr/lib/python3.9/site-packages/ simplejson
#clean
#cleaning
rmdir /data/
%test
......@@ -61,4 +62,9 @@ printf "\n\ntest phase ################\n\n"
echo "python version :"
python3 -V
echo "listing installed pip packages :"
python3 -m pip list
\ No newline at end of file
python3 -m pip list
%labels
container v0.1
Creation date : 2023-09-13
python version 3.9.6
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment