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

How to run prediction for multiple protein sequences from the same yaml file #194

Open
amoschoomy opened this issue Feb 25, 2025 · 1 comment

Comments

@amoschoomy
Copy link

This is an exercpt of my yaml setup

sequences:
- protein:
    id: seq_2
    msa: seekgene_msa/N42_cdr3/seq_2.a3m
    sequence: CSVGTGDFGEQYF
- protein:
    id: seq_4
    msa: seekgene_msa/N42_cdr3/seq_4.a3m
    sequence: CATSFSGPEQFF
- protein:
    id: seq_6
    msa: seekgene_msa/N42_cdr3/seq_6.a3m
    sequence: CASSLHLGTGGTYEQYF

ValueError: All proteins with the same sequence must share the same MSA!

How to format my yaml correctly such that i can run multiple protein sequence sin the same yaml file?

@hughhigin
Copy link

See this example from the prediction instructions:

version: 1
sequences:

  • protein:
    id: [A, B]
    sequence: MVTPEGNVSLVDESLLVGVTDEDRAVRSAHQFYERLIGLWAPAVMEAAHELGVFAALAEAPADSGELARRLDCDARAMRVLLDALYAYDVIDRIHDTNGFRYLLSAEARECLLPGTLFSLVGKFMHDINVAWPAWRNLAEVVRHGARDTSGAESPNGIAQEDYESLVGGINFWAPPIVTTLSRKLRASGRSGDATASVLDVGCGTGLYSQLLLREFPRWTATGLDVERIATLANAQALRLGVEERFATRAGDFWRGGWGTGYDLVLFANIFHLQTPASAVRLMRHAAACLAPDGLVAVVDQIVDADREPKTPQDRFALLFAASMTNTGGGDAYTFQEYEEWFTAAGLQRIETLDTPMHRILLARRATEPSAVPEGQASENLYFQ
    msa: ./examples/msa/seq1.a3m
  • ligand:
    id: [C, D]
    ccd: SAH
  • ligand:
    id: [E, F]
    smiles: 'NC@@HC(=O)O'

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