Closed PMSeitzer closed 1 day ago
As you can see from the paired screenshots, when exported to a csv the top label is selected for exportation. I know that I can filter for certain labels and then export, but I think it could be useful if it could prioritise checks, so that I can get a complete list of all the compounds called and their labels.
Fixed as of 86f206cec23d900855758de38684a3861526f392
Currently, if I have compound X identified 3 times and I mark one with a check and two with an X (or not at all), MAVEN exports the first in the list instead of preferentially exporting the check. To help clarify, if I mark them X, X, check, the csv will mark it as 'b'. However, if I mark them check, X, X, the csv reads 'g'. The same goes for no-label, so 'empty', 'empty', check, leads to it being marked 'empty'. I think it makes more sense if MAVEN exports the 'g' label if it is present for a compound, what do you think?