Merge pull request #442 from RosettaCommons/rfalford12/add_ligand_mover
Basic support for ligands in the membrane framework
Adding basic support for working with ligands in the membrane framework. This support will add a ligand to the desired place in the foldtree, while also preserving the membrane jump required for modeling. The following components were added:
AddMPLigandMover: A mover that runs after AddMembraneMover and rearranges the foldtree to accommodate the membrane residue and a single ligand
Unit test for AddMPLigandMover: Checks membrane framework invariants are still in check after running and the foldtree is reasonable
Integration test: Integration test for this mover in combination with the membrane relax protocol - runs a short version (relax repeats = 1 instead of 8)
Integration Test Changes: mp_relax_w_ligand
Unit Test Changes: None Expected