RosettaCommons/RFDesign

Workflow for resultant inpainting models

jadolfbr opened this issue · 2 comments

I think this code should maybe have a wiki attached to it to add general knowledge?
I have been able to run and get at least something out. The PDBs do not inlclude rotamers/sidechains, but do include the identity of the residues. What is your general workflow for then incorporating these sequences and modeling the side chains? Do you have scripts available that you could share that does this?

Hey Joe,

I think for a repo, you can select to have a wiki and it will be handled by Github. I think it's a repo option in the settings. It's really useful. There are some docs to it. https://carldesouza.com/creating-a-github-wiki-documentation-for-your-repository/

I did find the TRRosetta relax script and also realized if I just read and then dump a PDB in PyRosetta it will add side chains and pack them to the CB. I think this information is just missing from the inpainting docs, but the relax script is in the hallucination docs.