# HG changeset patch # User iuc # Date 1606049309 0 # Node ID 3483c363dc6bfe2cd08d0cac32c173f6ccf2c263 # Parent aed50ca398bbcb435542e3ab106567c479ae2917 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 02d2967f77e3fa5a18aea63dc84aa9ab418dc165" diff -r aed50ca398bb -r 3483c363dc6b data_manager/data_manager_fetch_and_index_maf.py --- a/data_manager/data_manager_fetch_and_index_maf.py Thu Jun 25 14:02:25 2020 -0400 +++ b/data_manager/data_manager_fetch_and_index_maf.py Sun Nov 22 12:48:29 2020 +0000 @@ -202,7 +202,7 @@ # Fetch and index the MAFs index_maf_files(maf_files, maf_path, options, params, target_directory) with open(options.output, 'w') as fh: - fh.write(json.dumps(data_manager_entry)) + json.dump(data_manager_entry, fh, sort_keys=True) if __name__ == "__main__":