mirror of
https://github.com/RosettaCommons/foundry.git
synced 2026-06-04 13:24:22 +08:00
Started recreating relevant examples from RFD1
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# This example scaffolds site 5 from the RSV-F protein
|
||||
# Taken from design_motifscaffolding.sh example in the RFdiffusion repository.
|
||||
|
||||
design_motifscaffolding:
|
||||
input: ../../input_pdbs/5TPN.pdb
|
||||
contig: 10-40,A163-181,10-40
|
||||
@@ -0,0 +1,8 @@
|
||||
# This example scaffolds site 5 from the RSV-F protein
|
||||
# This is similar to design_motifscaffolding.yaml but a portion of the motif sequence will be redesigned
|
||||
motif_scaffolding_inpaintseq:
|
||||
input_pdb: ../../input_pdbs/5TPN.pdb
|
||||
contig: 10-40,A163-181,10-40
|
||||
select_unfixed_sequence: A163-168,A170-171,A179
|
||||
|
||||
# might also need to unfix sequences, need to rerun the original example to see what the output is like
|
||||
Reference in New Issue
Block a user