You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
RalfG
linked a pull request
Aug 7, 2024
that will
close
this issue
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.
The text was updated successfully, but these errors were encountered: