Skip to content

Comet v2023.01.1

Compare
Choose a tag to compare
@jke000 jke000 released this 16 Mar 16:28
· 127 commits to master since this release

This release addresses two minor issues:

  • For pep.xml output when "num_output_lines = 1", the deltaCn scores will always be reported as "1.0". This occurs when only the top hit is reported and has been this behavior since the original release of Comet. This update will correctly report the deltaCn value for this case. Thanks to J. Scheid for reporting this issue.
  • Comet and MSToolkit had input file name/path limits of 512 and 256 characters, respectively. Any input file strings longer than 256 would cause an error in reading the input spectra data. The file name buffer has been expanded to 4096 to mitigate this issue. Thanks to B. Connolly for reporting this issue.
  • The Linux/Ubuntu and Mac runners for compiling the release binaries via GitHub Actions have been changed from "ubuntu-latest" and "macos-latest" to "ubuntu-20.04" and "macos-11". This is to give these binaries wider, backwards compatibility with older OS's. Thanks to T. Sachsenberg for requesting this change.