mailHybrid model and writing of results


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Sébastien Morin on April 04, 2008 - 22:14:
Hi,

I encountered an error with the results.write() function concerning the format when trying to work with an hybrid model.

In the default format (columnar) :

=========================

Traceback (most recent call last):
 File "./hybrid.py", line 41, in ?
results.write(run=CORE_hybrid, file='results', dir=CORE_hybrid, format='columnar', force=1)
 File "/usr/local/packages/relax/prompt/results.py", line 201, in write
self.__relax__.generic.results.write(run=run, file=file, directory=dir, force=force, format=format, compress_type=compress_type) File "/usr/local/packages/relax/generic_fns/results.py", line 160, in write raise RelaxError, "The " + format + " format is not currently supported for " + self.relax.specific_setup.get_string(function_type) + "." RelaxError: RelaxError: The columnar format is not currently supported for hybrid models.

=========================


Or in the XML format :

=========================

Traceback (most recent call last):
 File "./hybrid.py", line 41, in ?
results.write(run=CORE_hybrid, file='results', dir=CORE_hybrid, format='xml', force=1)
 File "/usr/local/packages/relax/prompt/results.py", line 201, in write
self.__relax__.generic.results.write(run=run, file=file, directory=dir, force=force, format=format, compress_type=compress_type) File "/usr/local/packages/relax/generic_fns/results.py", line 160, in write raise RelaxError, "The " + format + " format is not currently supported for " + self.relax.specific_setup.get_string(function_type) + "." RelaxError: RelaxError: The XML format is not currently supported for hybrid models.

=========================

Am I doing something wrong ?

Is it possible to write results from an hybrid model ?

Thanks !


Séb  :)




Related Messages


Powered by MHonArc, Updated Wed Apr 09 10:41:17 2008