Hi,
I am trying to execute the commands on pyrosetta 2 from tutorial .
After executing the command pose = Pose (“1GFL.pdb”) I am getting the following errors :-
ArgumentError Traceback (most recent call last)
/examples/ in ()
ArgumentError: Python argument types in
Pose.__init__(Pose, str)
did not match C++ signature:
__init__(_object*, core::pose::Pose src, unsigned int residue_begin, unsigned int residue_end)
__init__(_object*, core::pose::Pose src)
__init__(_object*)
Almost many of the commands that were working in version 1 does not work in version 2. Is there any other tutorials for version2