Closed AlexandreHutton closed 1 year ago
The function find_valid_proteins returns values in a different order when run multiple times with the same settings. This causes the _proteinFDR.csv and _allCVs.csv files to have different orderings in the leadingProtein column and nowhere else.
find_valid_proteins
_proteinFDR.csv
_allCVs.csv
leadingProtein
Made a fix for what I believe is the issue described, see the above PR.
The function
find_valid_proteins
returns values in a different order when run multiple times with the same settings. This causes the_proteinFDR.csv
and_allCVs.csv
files to have different orderings in theleadingProtein
column and nowhere else.