From 247a0475ecd7570e094e6c85f15c2f8893e88369 Mon Sep 17 00:00:00 2001 From: Oliver Schwengers Date: Tue, 30 Nov 2021 08:41:28 +0100 Subject: [PATCH] restore DB_VERSION_URL --- bakta/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bakta/constants.py b/bakta/constants.py index 49291f7a..7943b821 100644 --- a/bakta/constants.py +++ b/bakta/constants.py @@ -142,6 +142,8 @@ DISCARD_TYPE_SPURIOUS = 'spurious' DISCARD_TYPE_OVERLAP = 'overlap' +DB_VERSIONS_URL = 'https://raw.githubusercontent.com/oschwengers/bakta/master/db-versions.json' + CITATION = '''Schwengers O., Jelonek L., Dieckmann M. A., Beyvers S., Blom J., Goesmann A. (2021). Bakta: rapid and standardized annotation of bacterial genomes via alignment-free sequence identification. Microbial Genomics, 7(11). https://doi.org/10.1099/mgen.0.000685''' \ No newline at end of file