Skip to content

Commit

Permalink
Update bin/extract_galaxy_tools.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bérénice Batut <[email protected]>
  • Loading branch information
paulzierep and bebatut authored Jun 4, 2024
1 parent 0cbd319 commit b25c688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/extract_galaxy_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ def reduce_ontology_terms(terms: List, ontology: Any) -> List:

# add availability for all star servers
for name, url in USEGALAXY_SERVER_URLS.items():
tool[f"Tools available on {name}"] = check_tools_on_servers(tool["Galaxy tool ids"], url)
tool[f"Available on {name}"] = check_tools_on_servers(tool["Galaxy tool ids"], url)

export_tools_to_json(tools, args.all_tools_json)
export_tools_to_tsv(tools, args.all_tools, format_list_col=True, add_usage_stats=True)
Expand Down

0 comments on commit b25c688

Please sign in to comment.