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: Nicola Soranzo <[email protected]>
  • Loading branch information
bebatut and nsoranzo authored Oct 31, 2023
1 parent 9e29a29 commit b288fd4
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 @@ -138,7 +138,7 @@ def check_categories(ts_categories, ts_cat):
return True
if not ts_categories:
return False
ts_cats = ts_categories.split(", ")
ts_cats = ts_categories.split(", ")
return bool(set(ts_cat) & set(ts_cats))


Expand Down

0 comments on commit b288fd4

Please sign in to comment.