MantisBT - Rosetta |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0000210 | Rosetta | [All Projects] Bad Coding | public | 2013-03-13 12:24 | 2013-03-14 13:19 |
|
Reporter | smlewis | |
Assigned To | dimaio | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | Trunk | |
Fixed in Version | | |
Application(s) Affected | cart_bonded cartesian minimization |
Command Line Used | cart_bonded cartesian minimization |
Developer Options | Confirmed As Bug |
Fixed in SVN Version | 54268 |
|
Summary | 0000210: cart_bonded database files are uncommentable |
Description | rosetta_database/scoring/score_functions/bondlength_bondangle/default-(angles/lengths/torsions).txt are used as parameters for cartesian minimization. They represent a long parameters list.
The read-in for these database files, CartesianBondedEnergy.cc lines 329-373, does not allow for comments in the file, just the flat file format. It should minimally allow for "if line starts with #, skip line", and also for #-prepended comments at end of line. It's also pre-blocked with {}, so it should be separated out into new functions (which it practically already is) |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | parent of | 0000205 | resolved | dimaio | SVN 54230 needs commentary on database change - permanent, temporary, guess? |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-03-13 12:24 | smlewis | New Issue | |
2013-03-13 12:24 | smlewis | Status | new => assigned |
2013-03-13 12:24 | smlewis | Assigned To | => dimaio |
2013-03-13 12:25 | smlewis | Relationship added | parent of 0000205 |
2013-03-14 13:18 | dimaio | Note Added: 0000173 | |
2013-03-14 13:19 | dimaio | Developer Options | Feature Request => Confirmed As Bug |
2013-03-14 13:19 | dimaio | Fixed in SVN Version | => 54268 |
2013-03-14 13:19 | dimaio | Status | assigned => resolved |
2013-03-14 13:19 | dimaio | Resolution | open => fixed |