Member Site › Forums › PyRosetta › PyRosetta – General › Strange fold tree problem with classic and fast relax › Reply To: Strange fold tree problem with classic and fast relax
March 21, 2011 at 7:51 pm
#5225
Anonymous
Thanks. It’s fixed. I was using ft = p.fold_tree() to extract the fold tree and modify it. When I printed the pose, the foldtree was changed, so I thought it was still attached and updated. However, I still had to do p.fold_tree(ft) to update.
-J