Skip to content

Releases: hgb-bin-proteomics/pyXLMS

v1.7.5 🌈

06 Dec 21:18
Immutable release. Only release title and notes can be modified.
62cd1eb

Choose a tag to compare

Highlights ✨

  • Optimized some inputs in the GUI to be more responsive with streamlit forms
  • Added support for older xiFDR input files by falling back to the run column if a PeakListFileName is not available
  • Fixed a bug in the PyXlinkViewer export that did allow matching of regex patterns to sequences

What's Changed

🚀 Features

Full Changelog: v1.7.4...v1.7.5

v1.7.4 🌈

03 Dec 17:16
Immutable release. Only release title and notes can be modified.
e6e6325

Choose a tag to compare

Highlights ✨

  • The AlphaLink2 exporter now supports output of the required crosslinks pickled file for running AlphaLink2 locally
  • Various smaller improvements of the GUI

What's Changed

🚀 Features

📖 Documentation

🧰 Maintenance

Full Changelog: v1.7.3...v1.7.4

v1.7.3 🌈

14 Nov 21:48
Immutable release. Only release title and notes can be modified.
4ab651a

Choose a tag to compare

Highlights ✨

  • Adapted the Scout parser for modification changes introduced in the newest Scout release
  • Removed support for reading decoy matches from pdResult files for XlinkX due to the limited available information

What's Changed

🐛 Bug Fixes

Full Changelog: v1.7.2...v1.7.3

v1.7.2 🌈

14 Nov 17:36
Immutable release. Only release title and notes can be modified.
038a42f

Choose a tag to compare

Highlights ✨

  • Fixed a bug that prevented reading of n-terminal crosslink modifications in XlinkX result files

What's Changed

🐛 Bug Fixes

Full Changelog: v1.7.1...v1.7.2

v1.7.1 🌈

05 Nov 20:06
Immutable release. Only release title and notes can be modified.
5017d3b

Choose a tag to compare

Highlights ✨

  • Fixed a bug that prevented reading of unfiltered crosslink-spectrum-matches from the newest Scout release
  • Added documentation to all parsers for which scores are being used, see example here

What's Changed

📖 Documentation

🐛 Bug Fixes

🧰 Maintenance

Full Changelog: v1.7.0...v1.7.1

v1.7.0 🌈

26 Oct 23:07
Immutable release. Only release title and notes can be modified.
10ed1f9

Choose a tag to compare

Highlights ✨

  • Added function to export crosslink-spectrum-matches to ProXL via exporter.to_proxl() link
  • Fixed a bug in the source data serialization of result files, e.g. in ➡️item["additional_information"]["source"]
  • Various improvements in the GUI

What's Changed

🚀 Features

Full Changelog: v1.6.1...v1.7.0

v1.6.1 🌈

22 Oct 22:17
Immutable release. Only release title and notes can be modified.
9aae4b2

Choose a tag to compare

Highlights ✨

  • Added function to annotate FDR for crosslink-spectrum-matches and crosslinks via transform.annotate_fdr() link
  • Added function to export crosslinks to AlphaLink2 via exporter.to_alphalink2() link
  • Added support for non-standard and placeholder amino acids
  • Added the AlphaLink2 exporter to the GUI
  • The GUI now also supports multiple result files as input

What's Changed

🚀 Features

📖 Documentation

🐛 Bug Fixes

Full Changelog: v1.5.3...v1.6.1

v1.5.3 🌈

03 Oct 23:56
Immutable release. Only release title and notes can be modified.
b288b9c

Choose a tag to compare

Highlights ✨

  • All parsers now add the serialized source data to crosslink-spectrum-matches and crosslinks:
    • ➡️ source data can be accessed via item["additional_information"]["source"]
    • ➡️ source data is always a dictionary with str keys
    • ➡️ the exact source data structure, e.g. keys and values, is dynamic due to the different data sources
    • ➡️ recommendation: check source data via item["additional_information"]["source"].keys()

What's Changed

🚀 Features

📖 Documentation

Full Changelog: v1.5.2...v1.5.3

v1.5.2 🌈

26 Sep 20:36
Immutable release. Only release title and notes can be modified.
cb86259

Choose a tag to compare

Highlights ✨

  • Fixed a bug in the xiVIEW exporter which resulted in wrong formatted decoy labels for ambiguous peptides

What's Changed

🚀 Features

📖 Documentation

🐛 Bug Fixes

🧰 Maintenance

New Contributors

Full Changelog: v1.5.1...v1.5.2

v1.5.1 🌈

02 Sep 19:34
1d2e6e5

Choose a tag to compare

Highlights ✨

  • Support for reading CSMs and crosslinks directly from dataframes via transform.from_dataframe() link
  • Support for parquet files in parser.read_custom() link
  • Support for using uv for the streamlit GUI link
  • Added DSG to list of pre-defined crosslinkers in data.constants.CROSSLINKERS link

What's Changed

🚀 Features

📖 Documentation

🐛 Bug Fixes

Full Changelog: v1.4.3...v1.5.1