From d6454a25ce4aca60cb6f57876af0f9c61bfbaafb Mon Sep 17 00:00:00 2001 From: Genevieve Labbe <17420847+glabbe@users.noreply.github.com> Date: Tue, 3 Nov 2020 16:36:20 -0500 Subject: [PATCH] Update const.py Update Typhi scheme version --- bio_hansel/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bio_hansel/const.py b/bio_hansel/const.py index 2a643cd..0ff5284 100644 --- a/bio_hansel/const.py +++ b/bio_hansel/const.py @@ -13,7 +13,7 @@ 'version': '1.0.7', 'subtyping_params': SubtypingParams(low_coverage_depth_freq=20)}, 'typhi': {'file': resource_filename(program_name, 'data/typhi/kmers.fasta'), - 'version': '1.2.0', + 'version': '1.3.0', 'subtyping_params': SubtypingParams(low_coverage_depth_freq=20)}, 'tb_lineage': {'file': resource_filename(program_name, 'data/tb_lineage/kmers.fasta'), 'version': '1.0.5',