hello,
is there any possibility to create a pose from a pdb style string in pyrosetta?
from the “PyMOLPyrosettaServer.py” script I can see that pymol can be made to listen for a pdb string sent from pyrosetta. i would like to go in the other direction directly passing a pdb string to pyrosetta in order to generate a pose. is this possible? and if so what is the necessary code for this?
i know that one can generate a pose from a pdb file but i would like to skip this step in order to save the time it costs to read/write from/to disk.
any help much appreciated,
merc