From e84423ecec606765f17950ff9035f9607542cb03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sunny=20=28SunJae=29=20Lee=20=EC=9D=B4=EC=84=A0=EC=9E=AC?= Date: Thu, 9 Jan 2025 12:25:51 +0900 Subject: [PATCH] Fixed file path for taxonomy report --- backend/alignment.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/alignment.go b/backend/alignment.go index 340fb6d..50f3ab9 100644 --- a/backend/alignment.go +++ b/backend/alignment.go @@ -333,8 +333,7 @@ func ReadAlignments[T any, U interface{ ~uint32 | ~int64 }](id Id, entries []U, reader.Delete() // Read the taxonomy report - // taxonomyReportPath := filepath.Join(base, "alis_" + db + "_report") - taxonomyReportPath := filepath.Join(base, "alis_BFVD_report") + taxonomyReportPath := filepath.Join(base, "alis_" + db + "_report") taxonomyReport, _ := ReadTaxonomyReport(taxonomyReportPath) base := filepath.Base(name)