Skip to content

Commit

Permalink
Update files/galaxy/tpv/tool_defaults.yml
Browse files Browse the repository at this point in the history
Co-authored-by: José Manuel Domínguez <[email protected]>
  • Loading branch information
sanjaysrikakulam and kysrpex authored Oct 19, 2023
1 parent 03ddc3b commit 7f6feff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/galaxy/tpv/tool_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tools:
if user is not None:
try:
user_preferences = user.extra_preferences
remote_resource_tag = user_preferences.get("distributed_compute|remote_resources", "None")
remote_resource_tag = user_preferences.get("distributed_compute|remote_resources")
except AttributeError:
pass
remote_resource_destination = [d.dest_name for d in mapper.destinations.values() if any(d.tpv_dest_tags.filter(tag_value=remote_resource_tag))]
Expand Down

0 comments on commit 7f6feff

Please sign in to comment.