Closed stsour closed 2 years ago
Hi @stsour - thanks for opening this issue.
It seems like there is retention time info missing from the tide search, but I am not sure why this would be.
This is indeed the case. Unfortunately, Tide's pepXML output has not traditionally conformed to the pepXML standard, so it's hard to guarantee that any change we make here will work in the long-term.
In this case, retention time is one of the missing fields. The good news is that mokapot only uses retention time to create a unique identifier for the mass spectra acquired in the experiment and it is often redundant with other information. I'll try disabling this for when the retention time field is missing and see if it works.
In the mean time, my suggestion is to use the --pin-output T
parameter with tide-search, which will generate a .pin file that can be used by mokapot.
Hi @wfondrie, thank you so much for the quick response! I have actually tried to use mokapot with comet search results as an alternative and this worked well. Good to know about .pin output for future searches
Hi! Thanks for all your great work with mokapot!
I am trying to read in tide search results (target + decoy concatenated), and am running into an error when parsing the file.
Here is a link to the tide search results: https://drive.google.com/file/d/1ApGUWC6KvdjRd-PLZuhZHxRj6DuzN1JA/view?usp=sharing
It seems like there is retention time info missing from the tide search, but I am not sure why this would be. Any help would be greatly appreciated!
Thanks!