compomics / ms2rescore

Modular and user-friendly platform for AI-assisted rescoring of peptide identifications
https://ms2rescore.readthedocs.io
Apache License 2.0
39 stars 14 forks source link

When using Percolator with more than 128 threads, MS2Rescore returns empty pout files #117

Open tivdnbos opened 6 months ago

tivdnbos commented 6 months ago

Relevant output:

ms2rescore.rescoring_engines.percolator // Percolator output: Exception caught: -num-threads option requires an integer between 1 and 128 ERROR ms2rescore.main // Number of PSMs in original list (52729) does not match number of PSMs in Percolator output (0)

Therefore, if the number of threads in the config file is larger than 128 when using Percolator as rescoring engine, it should automatically be converted to a value lower than or equal to 128.