Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
imaging_compress_pipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LDV
imaging_compress_pipeline
Commits
7972c3d4
Commit
7972c3d4
authored
10 months ago
by
Timo Millenaar
Browse files
Options
Downloads
Patches
Plain Diff
Use python3.9 instead of 3.11 since the latter is not available on all surf machines
parent
427d610f
Branches
Branches containing commit
No related tags found
1 merge request
!15
Use python3.9 instead of 3.11 since the latter is not available on all surf machines
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
aggregate_and_plot.sh
+1
-1
1 addition, 1 deletion
aggregate_and_plot.sh
with
1 addition
and
1 deletion
aggregate_and_plot.sh
+
1
−
1
View file @
7972c3d4
...
...
@@ -4,7 +4,7 @@ if [ -d "toil_venv" ]; then
source
toil_venv/bin/activate
else
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
pip
install
--upgrade
pip setuptools wheel
pip
install
toil[cwl] singularity
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment