Skip to content

Commit

Permalink
add keys_order to doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
ivagljiva committed Jan 24, 2025
1 parent fd5ee40 commit 0937cc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions anvio/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,8 @@ def store_dict_as_TAB_delimited_file(d, output_path, headers=None, file_obj=None
A file object ot write (instead of the output file path)
key_header: string
The header for the first column ('key' if None)
keys_order: list
The order in which to write the rows (if None, first order keys will be sorted to get the row order)
header_item_conversion_dict: dictionary
To replace the column names at the time of writing.
do_not_close_file_obj: boolean
Expand Down

0 comments on commit 0937cc5

Please sign in to comment.