File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff 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 }}"
You can’t perform that action at this time.
0 commit comments