using for an automodel a, and using a.outputs to get access to its output details, i find m['GA341 score'] gives a VECTOR of values.
> (Pdb) p m['GA341 score'] > [0.066255435347557068, 0.40340045094490051, 21.524829864501953, -1.6095080375671387, 0.29580554366111755, -2.9327836036682129, -3.012000560760498, -3.6851351261138916]
m['GA341 score'][0] seems to be the actual value reported as the GA341 metric, but what are the other seven values?
On 08/22/2011 12:20 PM, R K Belew wrote: > using for an automodel a, and using a.outputs to get > access to its output details, i find m['GA341 score'] > gives a VECTOR of values.
Yes, it is the return value from model.assess_ga341(). See "Output:" at http://salilab.org/modeller/9.9/manual/node195.html
Ben Webb, Modeller Caretaker
participants (2)
-
Modeller Caretaker
-
R K Belew