Closed michabirklbauer closed 9 months ago
To get deterministic results (e.g. the same results when using the same input parameters) the peptides need to be ordered after digestion. Probably here: https://github.com/hgb-bin-proteomics/CandidateSearch/blob/fffdfc76f38a5e31cbda4b71ee316a23601af2a3/amanda/FASTAParser.cs#L50
Use an in-place sort comparing the sequences, I guess.
To get deterministic results (e.g. the same results when using the same input parameters) the peptides need to be ordered after digestion. Probably here: https://github.com/hgb-bin-proteomics/CandidateSearch/blob/fffdfc76f38a5e31cbda4b71ee316a23601af2a3/amanda/FASTAParser.cs#L50
Use an in-place sort comparing the sequences, I guess.