From 2f349b61d71f0d5a3c035d151a4aff052a5c7417 Mon Sep 17 00:00:00 2001 From: Chris Tomkins-Tinch Date: Fri, 30 Mar 2018 13:12:55 -0400 Subject: [PATCH] fix version mismatch between tool class and reqs (#806) --- tools/tbl2asn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tbl2asn.py b/tools/tbl2asn.py index b32844e10..b812c11c1 100644 --- a/tools/tbl2asn.py +++ b/tools/tbl2asn.py @@ -14,7 +14,7 @@ import gzip TOOL_NAME = "tbl2asn" -TOOL_VERSION = "25.3" # quirk: versions error-out one year after their compilation date +TOOL_VERSION = "25.6" # quirk: versions error-out one year after their compilation date TOOL_URL = 'ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools/converters/by_program/tbl2asn/{os}.tbl2asn.gz' log = logging.getLogger(__name__)