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)