Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use mzdata::mz_read #1

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

use mzdata::mz_read #1

wants to merge 14 commits into from

Commits on Aug 13, 2024

  1. use mz_read to read mgfs and mzmls

    This add support for gziped files, without the need for us to implement
    it.
    paretje committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a22de42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86da407 View commit details
    Browse the repository at this point in the history
  3. use infer_from_path to determine filetype

    This should add support for gzipped files, MzMLb and Thermo raw files.
    paretje committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    503e0c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    f5d34ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcca893 View commit details
    Browse the repository at this point in the history
  3. bump version number

    paretje committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    4a112c7 View commit details
    Browse the repository at this point in the history
  4. use matches macro

    paretje committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0625d7b View commit details
    Browse the repository at this point in the history
  5. install stable rust toolchain

    paretje committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d739558 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac8ad05 View commit details
    Browse the repository at this point in the history
  7. update mzdata and mzpeaks

    The main issue for a fresh build (for some reason I didn't have an issue
    locally before removing my target directory) seems to be mzpeaks, but
    there is little reason not to update both.
    paretje committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    dd4a302 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. drop unused function

    paretje committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    475ec91 View commit details
    Browse the repository at this point in the history
  2. add feature for thermo rawfile support

    Note that this feauture needs to be called thermorawfilereader. mzdata's
    feature is called thermo, but the checks, including the one in the
    `mz_read` macro tests for thermorawfilereader. The feature here needs to
    match the one tested for in the macro, otherwise rawfiles are detected
    as a file type, but the macro still wouldn't support it.
    paretje committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1d17954 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. use git mzdata

    paretje committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    45d89ca View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. use mzdata 0.30

    paretje committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    496b34f View commit details
    Browse the repository at this point in the history