RosettaMembrane Framework Update - Library Reorganization
News:
The membrane framework code is now split accross three namespaces. Below is the new organization:
core/conformation/membrane:
Includes all code involved in defining a membrane protein. Includes:
- Spanning Topology
- Lipids Accessibility
- Membrane Info object in conformation
core/membrane:
Includes all code required for making and working with a memrbane protein at the core level. Includes:
- All resource manager classes
- All geometry definition classes
- Membrane protein factory
protocols/membrane:
Top level interface for creating a membrane protein. Includes:
- Membrane Unit test mover (mover for unit/integration testing)
- Create Membrane Pose Mover (simple mover with Rosetta Scripts hook)
This commit should fix the library level build. library_levels.py passes in master.
Unit Test Status: All pass on Linux GCC
Integration Test Status: None expected, other than currently failing tests
Added: 3/21/14