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

Search fails on mzML files? #544

Open
lazear opened this issue Mar 30, 2023 · 2 comments
Open

Search fails on mzML files? #544

lazear opened this issue Mar 30, 2023 · 2 comments

Comments

@lazear
Copy link

lazear commented Mar 30, 2023

Describe the bug

Hi, no specific bug... I just can't get AlphaPept to run! I have a collection of mzML files from PXD003881 converted using ThermoRawFileParser that I am trying to analyze with default settings. AlphaPept will spend a minute or two processing the FASTA file and then fail when it begins the search process. I have attached the log below, please let me know if there is more information I can provide.

Version (please complete the following information):

  • OS: Windows
  • Version 10
  • Installation Type: One-click installer Release v0.4.9

Additional context

.alphapept\failed: https://gist.github.com/lazear/5ff36a97f6f41b13a81120105bf50083
full log: https://gist.github.com/lazear/9102f3206ea44d5c875c904a349656bd

@straussmaximilian
Copy link
Member

Hi,

Thanks for reporting.
It looks like there was an issue when compiling the installer when lxml was not packaged. I will try to fix this in the next release. If you want to process Thermo files, I suggest processing them directly. The issues with mzML we had in the past were that you could end up with different mzML files depending on which conversion settings you use, and we wanted to have the raw file reading as part of the search engine package.

The mzML format was to have a generic import format for "everything else," which so far was SciEx. For the next release, we will have a native reader in Python for Thermo, Bruker, and Sciex, so this use case will probably be obsolete.

Best,

Max

Btw: I think you did fantastic work with sage! Very cool. Any plans to include an MS1 feature finder? There is some code here, maybe this is something that would be great in Rust?

@lazear
Copy link
Author

lazear commented Mar 30, 2023

I was able to run it with the raw files - I will try installing the python package next time for mzMLs. Slick interface!

I've been rewriting my MS1 quant (added MBR, isotopic scoring, etc), so I'm trying out AlphaPept, etc to try and verify what I'm doing. I'll definitely be snooping around in the codebase for some inspiration :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants