From 754f22c91e4ba7432e274475783925d4d4ee8db4 Mon Sep 17 00:00:00 2001 From: Sebastian Krautwurst Date: Mon, 21 Mar 2022 16:26:45 +0100 Subject: [PATCH] fix fastani msg --- bin/summary_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/summary_report.py b/bin/summary_report.py index 9f771cf..ce50638 100755 --- a/bin/summary_report.py +++ b/bin/summary_report.py @@ -384,7 +384,7 @@ def add_fastani_results(self, fastani_results): self.add_column('FastANI %', res_data['ani_value']) - self.add_col_description('ANI% was determined with FastANI against "Vibrio cholerae O1 biovar El Tor str. N16961" (NC_002505.1).') + self.add_col_description('ANI% was determined with FastANI against the supplied genome reference.')