Skip to content

Commit

Permalink
Update bin/extract_galaxy_tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep authored Jun 3, 2024
1 parent 2b7d5fe commit f75a8be
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 @@ -601,7 +601,7 @@ def filter_tools(
keep = tool_status[name][1]
deprecated = tool_status[name][2]
tool["Deprecated"] = deprecated
if keep:
if keep: #only add tools that are manually marked as to keep
filtered_tools.append(tool)
tool["To keep"] = keep
ts_filtered_tools.append(tool)
Expand Down

0 comments on commit f75a8be

Please sign in to comment.