View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0000327 | Rosetta | [All Projects] Bad Coding | public | 2014-03-17 16:57 | 2014-03-17 16:57 |
|
Reporter | rmoretti | |
Assigned To | | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | |
Platform | | OS | | OS Version | |
Product Version | | |
Fixed in Version | | |
|
Summary | 0000327: RmsdFilter doesn't work well with reference poses. |
Description | In protocols::protein_interface_design::filters::RmsdFilter, you can only do whole structural comparisons with a set reference pose. Any sub-structure limitations on the range of residues with which to calculate Rmsd are done at parse time, and the saved reference pose may not be properly initialized at parse time. |
Additional Information | The parsing of relevant residues should likely be deferred until apply time, as the reference pose may change (or be).
Actually, it's probably better to extend the filter to use Andrew's new ResidueSelectors framework, as opposed to having an ad hoc specification system. |
Tags | No tags attached. |
|
Application(s) Affected | rosetta_scripts |
Command Line Used | na |
Developer Options | |
Fixed in SVN Version | |
|
Attached Files | |
|