We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
See this example from the prediction instructions:
version: 1 sequences:
Sorry, something went wrong.
No branches or pull requests
This is an exercpt of my yaml setup
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?
The text was updated successfully, but these errors were encountered: