Open Francescodotta opened 1 month ago
If upload the input file from percolator, I'll take a look and try and get this fixed
Do you need the percolator output and the mzml file?
The mzml file is heavy, nearly 380MB
The .mzml file would be helpful, if you're able to upload it to box or google drive, but not strictly necessary
I will need the percolator file
Thanks for your help, this is the drive where you can find the mzml file and the output of percolator
https://drive.google.com/drive/u/0/folders/1SuIVb7YZC2YfSN7PVa8-ZEz2XpZMcNwn
Sorry, I was unable to access the files at that URL (and the hyperlink redirects me back to github).
Could you share the files with me from Drive? my email is solivais@wisc.edu
Oh sorry, i don't know why.
I've allowed your email to access the drive folder where both the mzml and pin files are stored
Hello,
After taking a look at the identification file, I've identified the issue. The .pin file is missing several pieces of information that is required for FlashLFQ to run. For each peptide ID, you need the name of the file in which it was identified, the retention time (in minutes) at which it was identified, the unmodified peptide sequence, the modified peptide sequence, the theoretical monoisotopic mass of the peptides, the charge state, and the protein accesion.
If you have a results file that contains that information, you can covert it to our generic input format, the details of which can be found here: https://github.com/smith-chem-wisc/FlashLFQ/wiki/Identification-Input-Formats#generic
Additionally, if you have a identification file that has all the required information, if you share it with me I'll work on getting supported added to FlashLFQ.
Best, Alex
Thanks for your feedback, i'll try to match the general input using python format then i'll share the code so someone in my state can use it, using the MSFragger output and the mzml file as reference.
I'll let you know if i encounter some issues
I've tried to run a specific command in python using the command line CMD.dll, i'm in a linux environment. This is the specific code:
I know for a fact that the directory positions etc. are all correct. I'm trying to run the flashlfq tool after the msfragger and percolator steps and i'm putting as input the percolator output file, and as the directory name, the directory containing the mzml file. However it seems that FlashLFQ can't match the spectra identified through msfragger with the one present in the mzml file. How can i check and correct this error?
This is the error code: