File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Bootstrap: docker
22From: condaforge/miniforge3:24.7.1-2
33
44%files
5- singularity/pluviometer/env_pluviometer.yml /env_pluviometer.yml
5+ containers/ singularity/pluviometer/env_pluviometer.yml /env_pluviometer.yml
66
77%post
88 conda env update --name base --file env_pluviometer.yml
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Bootstrap: docker
22From: condaforge/miniforge3:24.7.1-2
33
44%files
5- singularity/reditools2/env_reditools2.yml ./env_reditools2.yml
5+ containers/ singularity/reditools2/env_reditools2.yml ./env_reditools2.yml
66
77%post
88 # Activer conda dans l'environnement shell
@@ -50,4 +50,4 @@ From: condaforge/miniforge3:24.7.1-2
5050
5151%help
5252 REDItools2 installed with Python 2.7 environment via Conda.
53- Run the container with 'reditools.py' or 'parallel_reditools.py'.
53+ Run the container with 'reditools.py' or 'parallel_reditools.py'.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ From: python:slim-bullseye
33
44%post
55 apt-get update && apt-get install -y procps
6- pip install REDItools3
6+ pip install REDItools3==3.6
77
88%environment
99 export PATH=/usr/local/bin/:$PATH
You can’t perform that action at this time.
0 commit comments