Mercurial > repos > iuc > data_manager_fetch_index_maf
changeset 1:3483c363dc6b draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit 02d2967f77e3fa5a18aea63dc84aa9ab418dc165"
author | iuc |
---|---|
date | Sun, 22 Nov 2020 12:48:29 +0000 |
parents | aed50ca398bb |
children | |
files | data_manager/data_manager_fetch_and_index_maf.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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__":