MantisBT - Rosetta | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000224 | Rosetta | [All Projects] Bad Coding | public | 2013-03-20 18:24 | 2013-03-20 18:24 |
Reporter | smlewis | ||||
Assigned To | |||||
Priority | low | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | OS | OS Version | |||
Product Version | All | ||||
Fixed in Version | |||||
Application(s) Affected | constraints | ||||
Command Line Used | constraints | ||||
Developer Options | |||||
Fixed in SVN Version | |||||
Summary | 0000224: cst_file and cst_fa_file are StringVector instead of FileVector options | ||||
Description | 19:23:25 contador ~/scr/rosetta34/rosetta_source/src> grep cst_file basic/options/options_rosetta.py Option( 'cst_file', 'StringVector', desc='constraints filename(s) for centoroid. When multiple files are given a *random* one will be picked.' ), 19:23:28 contador ~/scr/rosetta34/rosetta_source/src> grep cst_fa_file basic/options/options_rosetta.py Option( 'cst_fa_file', 'StringVector', desc='constraints filename(s) for fullatom. When multiple files are given a *random* one will be picked.' ), I think this should be FileVector. Notice also the "centoroid". Whether this is a sane behavior or not (as opposed to concatenation) is a different topic. | ||||
Steps To Reproduce | |||||
Additional Information | https://www.rosettacommons.org/node/3232 [^] | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-03-20 18:24 | smlewis | New Issue |
There are no notes attached to this issue. |