Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce metadata_stradegy as extended #379

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion files/galaxy/tpv/tool_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ tools:
env:
GALAXY_MEMORY_MB: "{int(mem * 1024)}" # set 5/2023 might be moved to runner or tool wrappers, related to Galaxy issue 15952
params:
metadata_strategy: 'extended'
tmp_dir: true
request_cpus: "{cores}"
request_memory: "{mem}G"
Expand Down
2 changes: 1 addition & 1 deletion group_vars/gxconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,7 @@ base_app_main: &BASE_APP_MAIN
# <discover_datasets>, unpopulated collections, etc) happens as part
# of the job. In `directory_celery` and `extended_celery` metadata
# will be set within a celery task.
#metadata_strategy: directory
metadata_strategy: extended

# Although it is fairly reliable, setting metadata can occasionally
# fail. In these instances, you can choose to retry setting it
Expand Down
Loading