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

Protein sequence truncated internally? #124

Open
amorehead opened this issue Jun 5, 2024 · 1 comment
Open

Protein sequence truncated internally? #124

amorehead opened this issue Jun 5, 2024 · 1 comment

Comments

@amorehead
Copy link
Contributor

amorehead commented Jun 5, 2024

Hello.

When running RoseTTAFold-All-Atom using the following input YAML config file, I observed that the inference code returned a .pdb file that contains a predicted protein structure with the first 19 residues removed (as compared to the input FASTA sequence for this protein chain). Is there a reason why this particular sequence motif would be automatically removed by the code? For context, I noticed that the sequence alignment files (e.g., generated by HHblits) seem to show that the sequence was truncated before being passed downstream (e.g., to HHblits).

Config file input:

# RoseTTAFold-All-Atom inference configuration file for input 'XYZ'
defaults:
  - base
job_name: "XYZ"

protein_inputs:
  a:
    fasta_file: /tmp/tmpvwt59__7/XYZ_A.fasta

sm_inputs:
  b:
    input: 'CCOC(=O)N(C)Cc1c(C(=O)O)n(Cc2cccc3ccccc23)c2ccc(F)cc12'
    input_type: "smiles"

where /tmp/tmpvwt59__7/XYZ_A.fasta has the following file contents:

>A
MLLLPLPLLLFLLCSRAEAGEIIGGTESKPHSRPYMAYLEIVTSNGPSKFCGGFLIRRNFVLTAAHCAGRSITVTLGAHNITEEEDTWQKLEVIKQFRHPKYNTSTLHHDIMLLKLKEKASLTLAVGTLPFPSQKNFVPPGRMCRVAGWGRTGVLKPGSDTLQEVKLRLMDPQACSHFRDFDHNLQLCVGNPRKTKSAFKGDSGGPLLCAGVAQGIVSYGRSDAKPPAVFTRISHYRPWINQILQAN

t000_.msa.a3m file contents:

>A
GEIIGGTESKPHSRPYMAYLEIVTSNGPSKFCGGFLIRRNFVLTAAHCAGRSITVTLGAHNITEEEDTWQKLEVIKQFRHPKYNTSTLHHDIMLLKLKEKASLTLAVGTLPFPSQKNFVPPGRMCRVAGWGRTGVLKPGSDTLQEVKLRLMDPQACSHFRDFDHNLQLCVGNPRKTKSAFKGDSGGPLLCAGVAQGIVSYGRSDAKPPAVFTRISHYRPWINQILQAN
>UniRef100_A0A0G2K4T4 Mast cell protease 8 n=1 Tax=Rattus norvegicus TaxID=10116 RepID=A0A0G2K4T4_RAT
GEIIWGTESKPHSRPYMASITFYDSNSDLNHCGGFLVAKDIVMTAAQCNGSNIKVTLGAHNIKKQENT-QVISVVKAKPHENYHKHSQFNDIMLLKLERKAQLNGAVKTIALPRSQDSVKPGQVCTMAGWGTLANCTLSNTL-QEVNLEVQKGQKCQgMSEDYNDSIQLCVGNPNEMKATAGGDSGGPFVCDGVAQGIVSYRLCTGTLPRVFTRISSFIPWIQKTMKLL
...

Notably, in the output .pdb file (as attached), the first 19 residues (i.e., MLLLPLPLLLFLLCSRAEA) are not present in the resulting structure.

XYZ.pdb.txt

@amorehead amorehead changed the title Protein sequence trimmed internally? Protein sequence truncated internally? Jun 5, 2024
@sky1ove
Copy link

sky1ove commented Jun 8, 2024

I guess it is to remove the signal peptide?

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

No branches or pull requests

2 participants