Mercurial > repos > iuc > ncbi_eutils_ecitmatch
diff efetch.py @ 13:07e8cff0f995 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_eutils commit 41f5eb8e0aee5b779d618b5178098c4be89a9ef1
| author | iuc |
|---|---|
| date | Mon, 23 Jan 2023 10:34:31 +0000 |
| parents | 7e09adad1464 |
| children |
line wrap: on
line diff
--- a/efetch.py Sat Nov 27 09:48:02 2021 +0000 +++ b/efetch.py Mon Jan 23 10:34:31 2023 +0000 @@ -102,7 +102,7 @@ os.rename(relpath, 'downloads/%s' % (file)) if problem is not None: - raise(problem) + raise problem else: merged_ids = c.parse_ids(args.id_list, args.id, args.history_file, args.id_xml, args.id_json)
