Skip to content

Commit

Permalink
fix version mismatch between tool class and reqs (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc authored Mar 30, 2018
1 parent f61c71c commit 2f349b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tbl2asn.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down

0 comments on commit 2f349b6

Please sign in to comment.