comparison data_manager/data_manager_fetch_and_index_maf.py @ 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
comparison
equal deleted inserted replaced
0:aed50ca398bb 1:3483c363dc6b
200 } 200 }
201 201
202 # Fetch and index the MAFs 202 # Fetch and index the MAFs
203 index_maf_files(maf_files, maf_path, options, params, target_directory) 203 index_maf_files(maf_files, maf_path, options, params, target_directory)
204 with open(options.output, 'w') as fh: 204 with open(options.output, 'w') as fh:
205 fh.write(json.dumps(data_manager_entry)) 205 json.dump(data_manager_entry, fh, sort_keys=True)
206 206
207 207
208 if __name__ == "__main__": 208 if __name__ == "__main__":
209 main() 209 main()