Skip to content

Commit

Permalink
Merge pull request #1347 from bernt-matthias/uuid
Browse files Browse the repository at this point in the history
store datasets by UUID
  • Loading branch information
mvdbeek committed Jan 30, 2023
2 parents 9d9471f + a156f84 commit 4ab0b98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions planemo/galaxy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ def config_join(*args):
test_data_dir=test_data_dir, # TODO: make gx respect this
shed_data_manager_config_file=shed_data_manager_config_file,
outputs_to_working_directory="True", # this makes Galaxy's files dir RO for dockerized testing
object_store_store_by="uuid",
)
)
_handle_container_resolution(ctx, kwds, properties)
Expand Down

0 comments on commit 4ab0b98

Please sign in to comment.