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 b25c688 commit e7c9832
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 @@ -731,7 +731,7 @@ def reduce_ontology_terms(terms: List, ontology: Any) -> List:
)
tool["EDAM topic (no superclasses)"] = reduce_ontology_terms(tool["EDAM topic"], ontology=edam_ontology)

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

Expand Down

0 comments on commit e7c9832

Please sign in to comment.