Skip to content

Commit c794c43

Browse files
committed
add cache_directory_cacher_type container_resolvers option
also explicitly add dependency_resolvers, commented out for now
1 parent ee03c61 commit c794c43

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

group_vars/galaxyservers.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,19 @@ galaxy_config:
172172
- /cvmfs/data.galaxyproject.org/managed/location/tool_data_table_conf.xml
173173
# Tool Dependencies
174174
container_resolvers:
175-
- type: explicit_singularity
176-
- cache_directory: /cvmfs/singularity.galaxyproject.org/all/
177-
type: cached_mulled_singularity
178-
- auto_install: true
179-
type: mulled_singularity
175+
- type: explicit_singularity
176+
- type: cached_mulled_singularity
177+
cache_directory: /cvmfs/singularity.galaxyproject.org/all/
178+
cache_directory_cacher_type: dir_mtime
179+
# dependency_resolvers:
180+
# - type: conda
181+
# - type: tool_shed_packages
182+
# - type: galaxy_packages
183+
# - type: galaxy_packages
184+
# versionless: true
185+
# - type: conda
186+
# versionless: true
187+
180188
# Data Library Directories
181189
library_import_dir: "{{ csnt_library_import_dir }}"
182190
user_library_import_dir: "{{ csnt_user_library_import_dir }}"

0 commit comments

Comments
 (0)