File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed
Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -173,11 +173,19 @@ galaxy_config:
173173 - /cvmfs/data.galaxyproject.org/managed/location/tool_data_table_conf.xml
174174 # Tool Dependencies
175175 container_resolvers :
176- - type : explicit_singularity
177- - cache_directory : /cvmfs/singularity.galaxyproject.org/all/
178- type : cached_mulled_singularity
179- - auto_install : true
180- type : mulled_singularity
176+ - type : explicit_singularity
177+ - type : cached_mulled_singularity
178+ cache_directory : /cvmfs/singularity.galaxyproject.org/all/
179+ cache_directory_cacher_type : dir_mtime
180+ # dependency_resolvers:
181+ # - type: conda
182+ # - type: tool_shed_packages
183+ # - type: galaxy_packages
184+ # - type: galaxy_packages
185+ # versionless: true
186+ # - type: conda
187+ # versionless: true
188+
181189 # Data Library Directories
182190 library_import_dir : " {{ csnt_library_import_dir }}"
183191 user_library_import_dir : " {{ csnt_user_library_import_dir }}"
Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ tools:
4343 gpus: 1
4444 context:
4545 walltime: 24
46- scratch: 25
46+ scratch: 25
4747 gpu_mem: 16
48- scheduling:
48+ scheduling:
4949 require:
5050 - rosettafold
5151
5252 rosettafold2:
5353 inherits: testing_rosettafold2
54- scheduling:
54+ scheduling:
5555 require:
5656 - singularity
5757
You can’t perform that action at this time.
0 commit comments