# HG changeset patch # User iuc # Date 1728052578 0 # Node ID 4dc2757b8ce6eb0a1931b3769732c4a0a02aa031 # Parent 7fe990069458dde6f36e1eeefacb0522d741fc79 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_eutils commit 851b88d92fa7740880a5edf407f629bf3f7f7bf0 diff -r 7fe990069458 -r 4dc2757b8ce6 egquery.py --- a/egquery.py Mon Jan 23 10:37:10 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 7fe990069458 -r 4dc2757b8ce6 esummary.xml --- a/esummary.xml Mon Jan 23 10:37:10 2023 +0000 +++ b/esummary.xml Fri Oct 04 14:36:18 2024 +0000 @@ -1,4 +1,3 @@ - fetch summary of history/ids @@ -59,7 +58,7 @@ - + diff -r 7fe990069458 -r 4dc2757b8ce6 macros.xml --- a/macros.xml Mon Jan 23 10:37:10 2023 +0000 +++ b/macros.xml Fri Oct 04 14:36:18 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 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -