Support MaxQuant database search input data
Closed this issue · 5 comments
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
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?
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.
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.
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.
Thank you very much, following your instructions, Stitch successfully read the Maxnovo file.