Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
singularity
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gad-public
singularity
Commits
58897f1a
Commit
58897f1a
authored
Apr 09, 2025
by
Valentin Vautrot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add HPCtools.py in singularity and use 2.11.0 branch from gadpipeline to clone tools
parent
286ddc20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
python_3.9.def
python_3.9.def
+4
-3
No files found.
python_3.9.def
View file @
58897f1a
...
...
@@ -21,7 +21,7 @@ SINGULARITY_ROOTFS=$APPTAINER_ROOTFS
%post
mkdir /data
export GAD_VERSION=2.11.0
_python3
export GAD_VERSION=2.11.0
echo "export GAD_VERSION=${GAD_VERSION}" >> ${SINGULARITY_ENVIRONMENT}
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
...
...
@@ -37,7 +37,7 @@ dnf install -y python39 git-2.27.0-1.el8.x86_64 compat-openssl10.x86_64
# install custom gapipeline packages
git clone --branch ${GAD_VERSION} http://gitlab.gad-bioinfo.org/gad/gadpipeline.git /data/gadpipeline/
mv -v /data/gadpipeline/common/GeneralTools.py /data/gadpipeline/common/LabkeyTools.py /data/gadpipeline/common/InterTools.py /data/gadpipeline/common/VcfTools.py /data/gadpipeline/common/CnvTools.py /usr/lib/python3.9/site-packages/
mv -v /data/gadpipeline/common/GeneralTools.py /data/gadpipeline/common/LabkeyTools.py /data/gadpipeline/common/InterTools.py /data/gadpipeline/common/VcfTools.py /data/gadpipeline/common/CnvTools.py /
data/gadpipeline/common/HPCTools.py /
usr/lib/python3.9/site-packages/
printf "labkey==1.4.0\nnumpy==2.0.2\nmatplotlib==3.9.4\npandas==2.2.3\nchart-studio==1.1.0\nscipy==1.13.1\npyvcf==0.6.8\nsimplejson==3.19.3\nmodified-thompson-tau-test==0.1.3\n" > constraints.txt
...
...
@@ -65,5 +65,5 @@ python3 -m pip list
echo "Version of gadpipeline used to create this image: \"${GAD_VERSION}\", to retrieve custom gadpipeline python packages"
%labels
Contained_OS_version CentOS_8.5.211
Contained_OS_version CentOS_8.5.211
0
Contained_python_version 3.9.6
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment