MantisBT - Rosetta | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000323 | Rosetta | [All Projects] Incorrect Results | public | 2014-02-04 10:41 | 2014-02-11 14:14 |
Reporter | jadolfbr | ||||
Assigned To | jadolfbr | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Platform | All platforms | OS | Any | OS Version | Any |
Product Version | Trunk | ||||
Fixed in Version | |||||
Application(s) Affected | many | ||||
Command Line Used | NA | ||||
Developer Options | |||||
Fixed in SVN Version | |||||
Summary | 0000323: scoring/sasa.hh reports values by default using radii that were optimized for a no-longer-used scoreterm | ||||
Description | In the function calc_per_atom_sasa, 3 radii can be used for the calculation. These include the Rosetta default, LJ radii, and those from the program Naccess. The default is to use the Rosetta default - radii that were explicitly optimized for use in a scoreterm that is no longer used. I don't think the scoreterm was ported to Rosetta3. This is fine, but many programs and classes (perhaps blindly) use these default radii and should probably use either the LJ or the standard Naccess radii instead as it seems using the Rosetta defaults can produce SASA values differing by 0000011:0000005-10% from LJ/Naccess values. | ||||
Steps To Reproduce | Use core/scoring/sasa/calc_per_atom_sasa using default setting. Or use the SasaCalculator pose metric. Even better, use pretty much any of the functions within sasa.hh that call calc_per_atom_sasa using default values. | ||||
Additional Information | Changing the defaults would change numerous pieces of Rosetta and I'm not sure I'm ready to do that. However, I have reorganized the code and commented it heavily so that this should be known. In reality, sasa.hh should probably be its own class either within core/scoring or as a simple mover with LJ or Naccess radii being the expected defaults. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-02-04 10:41 | jadolfbr | New Issue | |||
2014-02-04 11:59 | jadolfbr | Note Added: 0000328 | |||
2014-02-11 14:14 | jadolfbr | Assigned To | => jadolfbr | ||
2014-02-11 14:14 | jadolfbr | Status | new => assigned |
Notes | |||||
|
|||||
|
|