Skip to content

Commit 88ce32f

Browse files
authored
Merge pull request #248 from martenson/conda
remove conda role from galaxy servers
2 parents 7a84f4b + bafa1e4 commit 88ce32f

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

galaxy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,6 @@
198198
- usegalaxy_eu.apptainer
199199
- galaxyproject.galaxy
200200
- usegalaxy_eu.tpv_auto_lint
201-
- role: galaxyproject.miniconda
202-
become: true
203-
become_user: "{{ galaxy_user_name }}"
204201
- geerlingguy.redis
205202
- role: usegalaxy_eu.flower
206203
when: enable_flower | bool

group_vars/galaxyservers.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ galaxy_commit_id: release_24.2
5050
galaxy_force_checkout: true
5151
galaxy_job_config_file: "{{ galaxy_config_dir }}/galaxy.yml"
5252

53-
# Miniconda
54-
miniconda_prefix: "{{ galaxy_tool_dependency_dir }}/_conda"
55-
miniconda_version: 24.11.1
56-
miniconda_channels: ['conda-forge', 'defaults']
57-
5853
# Pulsar
5954
pulsar_data_dir: "/storage/{{ pulsar.nfs_home }}/home/{{ pulsar.user_name }}/{{ pulsar.nfs_prefix }}"
6055

requirements.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
version: 1.1.7
77
- src: galaxyproject.postgresql_objects
88
version: 1.2.0
9-
- src: galaxyproject.miniconda
10-
version: 0.3.1
119
- src: usegalaxy_eu.certbot
1210
version: 0.1.11
1311
- src: galaxyproject.tusd
@@ -29,8 +27,6 @@
2927
- src: galaxyproject.proftpd
3028
version: 0.3.3
3129
# conditional reqs below
32-
# - name: mvdbeek.sentry_selfhosted
33-
# src: https://github.com/mvdbeek/ansible-role-sentry/archive/main.tar.gz
3430
- src: usegalaxy_eu.flower
3531
version: 2.0.0
3632
- src: usegalaxy_eu.influxdb

0 commit comments

Comments
 (0)