「view this page in B3 βῆτα server」

Revisions №58562

branch: master 「№58562」
Commited by: Rebecca Alford
GitHub commit link: 「3bbe46d476e83d2a」 「№1077」
Difference from previous tested commit:  code diff
Commit date: 2016-03-17 10:07:22

Merge pull request #1077 from RosettaCommons/rfalford12/transmembrane_selections Residue Selector for Transmembrane Spanning Regions This pull request includes residue selectors specific for transmembrane proteins. To use them, the pose must be membrane-aware (i.e. `AddMembraneMover` has already been applied to your pose). The following residue selectors are included here: New Residue Selectors in `src/core/select/residue_selector` * **TMSpanSelector**: Select all or a subset of transmembrane spans in the pose * **MembraneResidueSelector**: Select only the membrane residue (the special virtual that stores the membrane coordinate) * **ByMembraneDepth**: Select all residues located at a certain depth in the membrane Each residue selector includes a corresponding unit test in `test/core/select/residue_selector`

...