Skip to content

Commit

Permalink
Fixed file path for taxonomy report
Browse files Browse the repository at this point in the history
  • Loading branch information
snjlee58 authored and milot-mirdita committed Jan 9, 2025
1 parent 3c9b935 commit e84423e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/alignment.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e84423e

Please sign in to comment.