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 Oct 30, 2023
1 parent 2495557 commit 35306dd
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 @@ -250,7 +250,7 @@ def get_tool_metadata(tool, repo, ts_cat, excluded_tools, keep_tools):
metadata['Conda id'] = reqs
# tool ids
if 'id' in root.attrib:
metadata['Conda id'].append(root.attrib['id'])
metadata['Galaxy tool ids'].append(root.attrib['id'])

# get latest conda version and compare to the wrapper version
if metadata["Conda id"] is not None:
Expand Down

0 comments on commit 35306dd

Please sign in to comment.