Multimeric bait protein with known structure #496
Unanswered
t-fitzgerald
asked this question in
Q&A
Replies: 1 comment 2 replies
|
Hello @t-fitzgerald and thanks for you question. What you need to do is to create features for your bait protein chains using the provided .cif template and TrueMultimer mode. For the target proteins, you can use the standard pipeline for creating features. Then, when you are done and have all necessary features for both bait and target proteins, you can |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I’m currently using AlphaPulldown to screen for binders against a bait protein complex that is hetero-oligomeric. My bait is composed of 4 copies of protein A and 8 copies of protein B. I’d like to perform a pulldown mode screen while enforcing that the bait protein retains a structure close to the known hetero-oligomer configuration provided in a .cif file. I have looked over discussion #188 but I believe this may be a different use case.
python run_multimer_jobs.py \ --mode=pulldown \ --multimeric_mode=True \ --description_file=my/dir/alphapulldown/templates/description.csv \ --path_to_mmt=my/dir/alphapulldown/templates \ --msa_depth=1 \ --monomer_objects_dir=my/dir/alphapulldown/output/ \ --protein_lists=my/dir/alphapulldown/proteins.txt \ --output_path=my/dir/alphapulldown/multimer_output/ \ --data_dir=/my/dir/alphafold/db \ --num_cycle=1 \Based on my reading of the documentation I feel like I'm missing something that would make this process more straightforward. Apologies if it is my own lack of understanding. Any guidance on the correct configuration or any additional flags I might need to set would be greatly appreciated! Thanks!!
All reactions