diff --git a/bin/extract_galaxy_tools.py b/bin/extract_galaxy_tools.py index c67887f4..e57fcd62 100644 --- a/bin/extract_galaxy_tools.py +++ b/bin/extract_galaxy_tools.py @@ -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)