Skip to content
Snippets Groups Projects
Commit 02ecc134 authored by Timo Millenaar's avatar Timo Millenaar
Browse files

Merge branch 'scatter_and_aggregate' into 'master'

Use python3.9 instead of 3.11 since the latter is not available on all surf machines

See merge request !15
parents 427d610f 7972c3d4
No related branches found
No related tags found
1 merge request!15Use python3.9 instead of 3.11 since the latter is not available on all surf machines
Pipeline #94175 passed
...@@ -4,7 +4,7 @@ if [ -d "toil_venv" ]; then ...@@ -4,7 +4,7 @@ if [ -d "toil_venv" ]; then
source toil_venv/bin/activate source toil_venv/bin/activate
else else
echo "Creating new virtual environment for using toil" echo "Creating new virtual environment for using toil"
python3.11 -m venv toil_venv python3.9 -m venv toil_venv
source toil_venv/bin/activate source toil_venv/bin/activate
pip install --upgrade pip setuptools wheel pip install --upgrade pip setuptools wheel
pip install toil[cwl] singularity pip install toil[cwl] singularity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment