rosetta icon indicating copy to clipboard operation
rosetta copied to clipboard

Fix issue related to PackerTask usage in homodimer_design.

Open roccomoretti opened this issue 1 year ago • 0 comments

With a -pack_min_runs of 2 or greater, there's a chance that the sequence of the structure changes. This is a problem for a fixed PackerTask run, as task_is_valid( pose ) fails if the base residue types don't match up properly. This is an issue found in Discussion #112

The fix is simple -- just use the TaskFactory which we already have lying around instead of manually generating the packer task. (The PackRotamersMover will properly re-apply the TaskFactory.) We can also make the interface of PackRotamersMover a bit nicer

roccomoretti avatar Aug 12 '24 23:08 roccomoretti