merenlab / anvio

An analysis and visualization platform for 'omics data
http://merenlab.org/software/anvio
GNU General Public License v3.0
413 stars 142 forks source link

Fix protein structure problem #2194

Closed metehaansever closed 6 months ago

metehaansever commented 6 months ago

Error Message: raise KeyError(f"{not_found} not in index") KeyError: "['percent_similarity', 'align_fraction'] not in index"

I just handle the case when columns are not present.

meren commented 6 months ago

Why are they not present in our test case though? I'm just curious to know what led to this error at the first place when we didn't change anything in the codebase that should effect this section.

metehaansever commented 6 months ago

Why are they not present in our test case though? I'm just curious to know what led to this error at the first place when we didn't change anything in the codebase that should effect this section.

To be honest, I have no idea. I asked the same question and focused on Front-end to solve the problem but it wasn't the case. I couldn't find any clue how it didn't occur before.