-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error when searching mzML converted from mzXML. #21
Comments
Hi Mat, Thanks for your extensive bug report! This error was due to the activation energy being listed before the activation type in the mzML, e.g.:
instead of what I had always seen before:
I just pushed a fix for this. Do you build from source or do you need an updated release? -Craig |
an updated release would be most helpful for me! (Very impressive response time by the way) |
I haven't done a release in many years but I'll see if I can refresh my memory! |
New release is up. |
Awesome! Thank you so much. |
Hello! My name is Mat.
As the title states, I'm unable to get Morpheus to perform when I provide an mzML that has been converted to mzML format from mzXML using ProteoWizards msconvert function.
I'm able to obtain correct results and function if I convert a .RAW file directly into an mzML, but not if the file is converted to an mzXML first, and then into mzml. This solution is inadequate for me, as I do not always have access to a .RAW file for conversion into mzml.
I've attached a drive folder with the necessary files to recreate this issue in the link below. There is the .RAW file, and two mzmls named raw_to.mzML and raw_to_mzXML_to.mzML. Per their names, the raw_to.mzML was converted directly to mzml from the RAW file, and the raw_to_mzXML_to.mzML was converted to mzXML first, and then mzML. Additionally, there is a .fasta associated with the data.
https://drive.google.com/drive/folders/1uRu-td8r2sD9iqcPQ8Tthf3SIdO8OQFc?usp=sharing
I'm not experienced with c#, but i've provided the stack trace below.
StackTrace
Additionally, please find below an example of command line flags passed to Morpheus.
Please let me know if there is anything I can provide to assist in figuring out this issue, and thanks in advance for your time.
Sincerely,
Mathew Gutierrez
The text was updated successfully, but these errors were encountered: