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

Support MaxQuant database search input data #238

Open
douweschulte opened this issue Aug 28, 2023 · 5 comments
Open

Support MaxQuant database search input data #238

douweschulte opened this issue Aug 28, 2023 · 5 comments
Labels
C-enhancement Category: New feature or request

Comments

@douweschulte
Copy link
Member

Allowing users to read in MaxQuant database searches would allow some nice analyses we normally do on de novo data to be done on database data with a bit more certainty of the data correctness.
msms.txt
WP

@douweschulte douweschulte added the C-enhancement Category: New feature or request label Aug 28, 2023
@Ln9052
Copy link

Ln9052 commented Nov 27, 2023

Hi,

Recently, I have encountered an issue when using Stitch to read the msmsScan.txt file generated by Maxnovo. The error reported is "Line has too low amount of fields (70)." Additionally, I attempted to use Stitch to read the msms.txt file provided in your last comments , but encountered the same error. In my understanding, this error indicates that there is a low number of fields during the data parsing process starting from the second line. Have you also observed this issue? Furthermore, do you have any suggestions or methods for resolving this issue?

Thank you!
图片1

@douweschulte
Copy link
Member Author

Currently there is no support for any msms.txt file generated by Maxquant either in de novo or database matching function. The msmsScans.txt file generated after de novo analysis is the only file supported, so in that case if the file does not work please send it to me so I can see what the problem is.

@Ln9052
Copy link

Ln9052 commented Nov 27, 2023

Thank you for your response. Could you please take a look at file
msmsScans.txt
and help me to identify the cause of the issue mentioned above? Thank you once more for your assistance.

@douweschulte
Copy link
Member Author

MaxNovo seems to have changed their format a little bit. I fixed up the code in stitch that reads in these files to allow for this newer format. See the most recent nightly build to have this fix applied.

@Ln9052
Copy link

Ln9052 commented Nov 28, 2023

Thank you very much, following your instructions, Stitch successfully read the Maxnovo file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants