Skip to content

Commit

Permalink
Fix format col
Browse files Browse the repository at this point in the history
  • Loading branch information
bebatut committed Oct 31, 2023
1 parent fcd978f commit 2486e8d
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 @@ -420,7 +420,7 @@ def filter_tools(tools: List[Dict], ts_cat: List[str], excluded_tools: List[str]
continue
repo = get_github_repo(r, g)
tools += parse_tools(repo)
export_tools(tools, args.all_tools, format_col=True)
export_tools(tools, args.all_tools, format_list_col=True)
print()
elif args.command == "filtertools":
tools = pd.read_csv(Path(args.tools), sep="\t", keep_default_na=False).to_dict("records")
Expand Down

0 comments on commit 2486e8d

Please sign in to comment.