MantisBT - Rosetta
View Issue Details
0000224Rosetta[All Projects] Bad Codingpublic2013-03-20 18:242013-03-20 18:24
smlewis 
 
lowminoralways
newopen 
All 
 
constraints
constraints
0000224: cst_file and cst_fa_file are StringVector instead of FileVector options
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.
https://www.rosettacommons.org/node/3232 [^]
No tags attached.
Issue History
2013-03-20 18:24smlewisNew Issue

There are no notes attached to this issue.