-
Notifications
You must be signed in to change notification settings - Fork 15
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
Percolator "Picked protein FDR (-f)" option requires flanking amino acids in PIN peptide column #24
Comments
I think you should already be able to do this with the {
"$schema": "https://raw.githubusercontent.com/compomics/ms2rescore/master/ms2rescore/package_data/config_schema.json",
"percolator": {
"f": "path/to/sequence_db.fasta"
}
} or {
"$schema": "https://raw.githubusercontent.com/compomics/ms2rescore/master/ms2rescore/package_data/config_schema.json",
"percolator": {
"picked-protein": "path/to/sequence_db.fasta"
}
} See https://github.com/compomics/ms2rescore/blob/master/configuration.md. Let me know if it works! |
It creates the following error message for the first PSM listed. Exception caught: ERROR: Reading tab file, the peptide sequence with PSM id does not contain one or two of its flanking amino acids. |
FYI: If "tandem2pin" is used (not the one in rescore), the flanking amino acids do appear in the Peptide column ([flanking AA].[Peptide].[flanking AA]). |
Hi, has a solution for this been implemented in the MSGF+ms2rescore pipeline? I'm getting the exact error mentioned by tivdnbos above. |
see more at: https://github.com/percolator/percolator/wiki/Protein-inference-example
The text was updated successfully, but these errors were encountered: