Skip to content

Releases: compomics/ms2pip

v3.13.0

05 Mar 16:17
Compare
Choose a tag to compare

Added

Full Changelog: v3.12.0...v3.13.0

v3.12.0

01 Feb 16:06
b47a80b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.11.0...v3.12.0

v4.0.0-dev6

11 Dec 10:43
Compare
Choose a tag to compare
v4.0.0-dev6 Pre-release
Pre-release

v4.0.0-dev5

18 Sep 16:24
Compare
Choose a tag to compare
v4.0.0-dev5 Pre-release
Pre-release

v4.0.0-dev4

12 Sep 16:17
Compare
Choose a tag to compare
v4.0.0-dev4 Pre-release
Pre-release

v4.0.0-dev3

12 Sep 14:42
a312411
Compare
Choose a tag to compare
v4.0.0-dev3 Pre-release
Pre-release

What's Changed

Full Changelog: v4.0.0-dev2...v4.0.0-dev3

v4.0.0-dev2

04 Sep 20:45
Compare
Choose a tag to compare
v4.0.0-dev2 Pre-release
Pre-release

v4.0.0-dev1

28 Jun 22:18
Compare
Choose a tag to compare
v4.0.0-dev1 Pre-release
Pre-release

v4.0.0-dev0

27 Jun 13:58
Compare
Choose a tag to compare
v4.0.0-dev0 Pre-release
Pre-release

Early development release of v4.0.0, which includes:

  • Fully refactored Python API
  • New command-line interface
  • Support for all file formats readable by psm_utils
  • Support for both MGF and mzML spectrum files
  • Support for ProForma 2.0 peptide notation (no modification configuration required anymore)
  • Support for multiple peptides/PSMs per spectrum
  • ...

3.11.0

27 Feb 00:37
Compare
Choose a tag to compare

Added

  • fasta2speclib: Improved workflow for generating spectral libraries starting from a FASTA file, with new configuration options. ⚠️ These changes break compatibility with the previous configuration files. ⚠️ (PR #193, fixes #188)
    • Support for C-terminal modifications
    • Differentiate between peptide and protein termini for variable modifications
    • Allow filtering of peptides based on precursor m/z
    • Allow semi-specific cleavage
    • Allow non-specific cleavage
    • Allow setting of a maximum of variable modifications per peptide
    • Add tests for modification assignment
  • Add figures for 2023 manuscript (PR #194)

Changed

  • Change logging of model configuration to debug level (PR #193)

Removed

  • fasta2speclib: Removed support for Elude-based RT predictions, RT predictions file, PEPREC filter, saving temporary PEPREC files (PR #193)

Fixed

  • Remove unsupported argument for mzml.read (PR #193)
  • spectrum_output: Fix CSV output to always use \n line terminators (PR #193)
  • spectrum_output: Use semi-colon for spectronaut CSV output (PR #193)
  • DeepLC integration: Disable PyGAM for default calibration on iRT peptides (led to poor calibration) (PR #193)