Mercurial > repos > iuc > ncbi_eutils_esummary
comparison efetch.py @ 8:7fe990069458 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:37:10 +0000 |
parents | 254f40d3ae2b |
children |
comparison
equal
deleted
inserted
replaced
7:82e10809842f | 8:7fe990069458 |
---|---|
100 for relpath in glob.glob('downloads-qkey*/*'): | 100 for relpath in glob.glob('downloads-qkey*/*'): |
101 file = os.path.basename(relpath) | 101 file = os.path.basename(relpath) |
102 os.rename(relpath, 'downloads/%s' % (file)) | 102 os.rename(relpath, 'downloads/%s' % (file)) |
103 | 103 |
104 if problem is not None: | 104 if problem is not None: |
105 raise(problem) | 105 raise problem |
106 | 106 |
107 else: | 107 else: |
108 merged_ids = c.parse_ids(args.id_list, args.id, args.history_file, args.id_xml, args.id_json) | 108 merged_ids = c.parse_ids(args.id_list, args.id, args.history_file, args.id_xml, args.id_json) |
109 payload['id'] = ','.join(merged_ids) | 109 payload['id'] = ','.join(merged_ids) |
110 newname = 'downloads/EFetch-%s-%s-chunk' % (args.rettype, args.retmode) | 110 newname = 'downloads/EFetch-%s-%s-chunk' % (args.rettype, args.retmode) |