View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
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 | | |
|
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) |
Tags | No tags attached. |
|
Application(s) Affected | cart_bonded cartesian minimization |
Command Line Used | cart_bonded cartesian minimization |
Developer Options | Confirmed As Bug |
Fixed in SVN Version | 54268 |
|
Attached Files | |
|