Skip to content

Releases: MannLabs/alphadia

v2.0.1

10 Nov 16:28
ed0e83f

Choose a tag to compare

What's Changed

Bugfixes

Documentation

Other Changes / unlabeled

Full Changelog: v2.0.0...v2.0.1

v2.0.0

31 Oct 15:16

Choose a tag to compare

What's Changed

This version now enabled using the new rust search backend.
It is superior in speed and performance, and recommended for Thermo and Sciex data (cf. the proteobench results for the performance-equivalent version v1.12.1).

However, some features are not yet available:

  • transfer learning
  • multiplexing
  • processing Bruker files

It also comes with a series of breaking changes, both in the input (config) and in the output (column names).

New features

Breaking Changes

  • The default output file format is now “parquet” instead of “tsv”
  • Many output column names have been changed (see here)

[relevant for expert users only] The following config parameters have been renamed:

  • fdr.competetive_scoring -> fdr.competitive_scoring
  • search_initial.initial_num_candidates -> search_initial.num_candidate
  • search_initial.initial_ms1_tolerance -> search_initial.ms1_tolerance
  • search_initial.initial_ms2_tolerance -> search_initial.ms2_tolerance
  • search_initial.initial_mobility_tolerance -> search_initial.mobility_tolerance
  • search_initial.initial_rt_tolerance -> search_initial.rt_tolerance

[relevant for expert users only]In addition, some internal algorithmic parameters have been changed:
fdr.enable_nn_hyperparameter_tuning is now true by default
search_output.peptide_level_lfq and search_output.precursor_level_lfq are now true by default

Other Changes / unlabeled

unit/integration tests ran here: https://github.com/MannLabs/alphadia/actions/runs/18969706236
E2E tests ran here: https://github.com/MannLabs/alphadia/actions/runs/18970580325/job/54177201160

The linux installer was broken and has been removed, is fixed in this (functionally equivalent) release: https://github.com/MannLabs/alphadia/releases/tag/v2.0.1

Full Changelog: v1.12.2...v2.0.0

v1.12.2

28 Oct 10:03
929b5a0

Choose a tag to compare

What's Changed

Some minor bugfixes and improvements.

Bugfixes

Other changes

Full Changelog: v1.12.1...v1.12.2

v1.12.1

06 Oct 20:49
f3ac91e

Choose a tag to compare

What's Changed

Bug fixes

  • Add configurable option to do precursor/peptide level lfq by @mschwoer in #697

Full Changelog: v1.12.0...v1.12.1

v1.12.0

02 Oct 12:23
a229f6b

Choose a tag to compare

What's Changed

Other Changes / unlabeled

Full Changelog: v1.11.0...v1.12.0

v1.11.0

30 Sep 09:34

Choose a tag to compare

Algorithmic changes

  • Fdr memopt by @mschwoer in #544
    => reduced memory requirements and runtime

These changes should avoid certain algorithmic failures:

Other relevant changes

  • disable MBR step in default configuration by @mschwoer in #644
    => in the CLI only, this confused many people

Some expert features aiming for speed & reproducibity:

Improved usability, logging and error messages:

Non-functional changes / Refactoring

The backend has been refactored for modularity and readability.

Full Changelog: v1.10.3...v1.11.0

v1.10.4

27 Jun 08:47

Choose a tag to compare

Bug fixes

add improved check for MS1 cycle #557

Full Changelog: v1.10.3...v1.10.4

Internal note: Hotfix release from https://github.com/MannLabs/alphadia/tree/release_1.10.4

v1.10.3

11 Apr 13:12
aa67f73

Choose a tag to compare

What's Changed

  • Requirements have been reduced, and the stable installation pins all versions (not only direct dependencies).
  • Many AlphaX dependencies have been updated to the latest versions, bringing in variety of small tweaks.
    • Most notable: Using the latest AlphaRaw now allows to run Bruker .d and .mzml files without mono installed.

Other Changes / unlabeled

Full Changelog: v1.10.2...v1.10.3

v1.10.2

09 Apr 14:41
13adf9e

Choose a tag to compare

What's Changed

Breaking Changes

New Features

  • Improved XIC correlation calculation by @GeorgWa in #478
  • Display default value in parameter description by @mschwoer in #517

Bug fixes

  • Don't perform FASTA reannotation in MBR step by @GeorgWa in #520

Other Changes / unlabeled

Full Changelog: v1.10.1...v1.10.2