# HG changeset patch # User iuc # Date 1728052558 0 # Node ID 62614b5a7834b9ba40207598988df9802cecfbde # Parent ad1e5225bca42030cf8d73d71a3a9f2160cec3d2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_eutils commit 851b88d92fa7740880a5edf407f629bf3f7f7bf0 diff -r ad1e5225bca4 -r 62614b5a7834 ecitmatch.xml --- a/ecitmatch.xml Mon Jan 23 10:36:54 2023 +0000 +++ b/ecitmatch.xml Fri Oct 04 14:35:58 2024 +0000 @@ -1,4 +1,3 @@ - search NCBI for citations in PubMed diff -r ad1e5225bca4 -r 62614b5a7834 egquery.py --- a/egquery.py Mon Jan 23 10:36:54 2023 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -#!/usr/bin/env python - -import argparse - -import eutils - - -if __name__ == '__main__': - parser = argparse.ArgumentParser(description='EGQuery', epilog='') - parser.add_argument('term', help='Query') - - parser.add_argument('--user_email', help="User email") - parser.add_argument('--admin_email', help="Admin email") - - parser.add_argument('--version', action='version', version=eutils.Client.getVersion(), help='Version (reports Biopython version)') - - args = parser.parse_args() - - c = eutils.Client(user_email=args.user_email, admin_email=args.admin_email) - - payload = { - 'term': args.term, - } - results = c.gquery(**payload) - print(results) diff -r ad1e5225bca4 -r 62614b5a7834 macros.xml --- a/macros.xml Mon Jan 23 10:36:54 2023 +0000 +++ b/macros.xml Fri Oct 04 14:35:58 2024 +0000 @@ -2,7 +2,7 @@ 18.01 1.70 - 3 + 4 @TOOL_VERSION@+galaxy@VERSION_SUFFIX@ --user_email "$__user_email__" @@ -4467,54 +4467,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -