Skip to content

Commit fd68444

Browse files
authored
Merge pull request #219 from martenson/resolv-cont
add cache_directory_cacher_type container_resolvers option
2 parents f46657b + d5b3d1a commit fd68444

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

group_vars/galaxyservers.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff 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 }}"

templates/galaxy/config/tpv_rules_meta.yml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)