Pose Wrappers

Want support for more pose representations? Get in touch!

Note that these are both subclasses of the “WrappedPose” class. So if you see “WrappedPose” in the documentation, that’s this!

class menten_gcn.RosettaPoseWrapper(pose)[source]

This wrapper takes a rosetta pose and requires pyrosetta to be installed

Parameters

pose (Pose) – Rosetta pose

class menten_gcn.MDTrajPoseWrapper(mdtraj_trajectory)[source]

This wrapper takes a MDTraj trajectory and requires MDTraj to be installed

Parameters

mdtraj_trajectory (Trajectory) – Pose in MDTraj trajectory format