diff ecitmatch.py @ 8:7e09adad1464 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_eutils commit dae34e5e182b4cceb808d7353080f14aa9a78ca9"
author iuc
date Wed, 23 Sep 2020 09:43:33 +0000
parents c266d53df377
children
line wrap: on
line diff
--- a/ecitmatch.py	Wed Mar 11 07:56:45 2020 +0000
+++ b/ecitmatch.py	Wed Sep 23 09:43:33 2020 +0000
@@ -1,5 +1,4 @@
 #!/usr/bin/env python
-from __future__ import print_function
 
 import argparse
 
@@ -17,6 +16,8 @@
     parser.add_argument('--first_page', nargs='*', help='First Page')
     parser.add_argument('--author_name', nargs='*', help='Author name')
 
+    parser.add_argument('--version', action='version', version=eutils.Client.getVersion(), help='Version (reports Biopython version)')
+
     # Emails
     parser.add_argument('--user_email', help="User email")
     parser.add_argument('--admin_email', help="Admin email")