CLASTR results with multiple entries for a given line do not display
j-andrews7 opened this issue · 4 comments
Guessing you're aware already, but I've noticed that results from lines with multiple entries do not show up in the single query - JMAR is kind of my test "contaminated" sample that would make a good example for the paper.
As opposed to the CLASTR site:
In parsing the results, I used 'best' when multiple results were returned.
We can revisit that choice, but it would need to have the hard coded regex adjusted.
Currently, I don't think it returns best or worst, so probably some tinkering needed regardless.
I left it to report only profiles_0
in the results object for each returned result. I was thinking that is the top hit. I synonymized that with best in my mind, but I see now that is not correct. I will see about parsing all profiles in each result dict/array combo.
fix parses both profile 0 and 1, and annotates the result in the table with 'Best' and 'Worst'