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

Percolator "Picked protein FDR (-f)" option requires flanking amino acids in PIN peptide column #24

Closed
tivdnbos opened this issue Jan 31, 2021 · 5 comments

Comments

@tivdnbos
Copy link
Contributor

see more at: https://github.com/percolator/percolator/wiki/Protein-inference-example

@RalfG
Copy link
Member

RalfG commented Feb 2, 2021

I think you should already be able to do this with the percolator option in the configuration file:

{
    "$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!

@RalfG RalfG changed the title [FeatureRequest] Add "Picked protein FDR (-f)" option to Percolator output Add "Picked protein FDR (-f)" option to Percolator output Feb 2, 2021
@tivdnbos
Copy link
Contributor Author

tivdnbos commented Feb 5, 2021

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.

@RalfG RalfG changed the title Add "Picked protein FDR (-f)" option to Percolator output Percolator "Picked protein FDR (-f)" option requires flanking amino acids in PIN peptide column Feb 8, 2021
@RalfG RalfG removed the question label Feb 8, 2021
@tivdnbos
Copy link
Contributor Author

tivdnbos commented Feb 9, 2021

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]).

This was referenced Feb 10, 2021
@RalfG
Copy link
Member

RalfG commented Feb 10, 2021

Implemented for X!Tandem in #28, opened general issue: #27

@RalfG RalfG closed this as completed Feb 10, 2021
@Hassan-1991
Copy link

Hi, has a solution for this been implemented in the MSGF+ms2rescore pipeline? I'm getting the exact error mentioned by tivdnbos above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants