Skip to content

Commit

Permalink
Update enaGroupGet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
suranjayathilaka authored Jul 4, 2023
1 parent a75e394 commit 157f037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python3/enaGroupGet.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def set_parser():
for environment variable or default settings file location.""")
parser.add_argument('-t', '--subtree', action='store_true',
help='Include subordinate taxa (taxon subtree) when querying with NCBI tax ID (default is false)')
parser.add_argument('-v', '--version', action='version', version='%(prog)s 1.5.4')
parser.add_argument('-v', '--version', action='version', version='%(prog)s 1.7.0')
return parser


Expand Down

0 comments on commit 157f037

Please sign in to comment.