Skip to content

Commit 47b738f

Browse files
Joseph Watsonnrbennet
authored andcommitted
Added p53 scaffolding example
1 parent 9149e53 commit 47b738f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/bash
2+
# Here, we're running one of the motif-scaffolding benchmark examples, in the presence of a target
3+
# Specifically, we're scaffolding the Mdm2-interacting peptide from p53
4+
# We specify the output path and input pdb (the p53-Mdm2 complex)
5+
# We specify the protein we want to build, with the contig input:
6+
# - the Mdm2 target protein (residues A25-109), with a chain break.
7+
# - 0-70 residues (randomly sampled)
8+
# - residues 17-29 (inclusive) on the B chain of the input (the p53 helix)
9+
# - 0-70 residues (randomly sampled)
10+
# We also constrain the total length of the diffused chain to be within 70 and 120 residues
11+
# We generate 10 designs
12+
# As in the paper (at least for some of the designs we tested), we use the complex-finetuned model
13+
14+
python ../scripts/run_inference.py inference.output_prefix=example_outputs/design_motifscaffolding_with_target inference.input_pdb=input_pdbs/1YCR.pdb 'contigmap.contigs=[A25-109/0 0-70/B17-29/0-70]' contigmap.length=70-120 inference.num_designs=10 inference.ckpt_override_path=../models/Complex_base_ckpt.pt

0 commit comments

Comments
 (0)