Modeling of the phosphodiesterase (PDE6) [more...]
This system (using these input files) was tested but does not work with:
Detailed test information
.Traceback (most recent call last):
File "./run_modeling.py", line 766, in <module>
rc.setup_and_run(test)
File "./run_modeling.py", line 634, in setup_and_run
self.init_stats()
File "./run_modeling.py", line 354, in init_stats
flstat=open(statfile,'w')
IOError: [Errno 2] No such file or directory: 'output/models_stats.out'
ETraceback (most recent call last):
File "./run_modeling.py", line 766, in <module>
rc.setup_and_run(test)
File "./run_modeling.py", line 634, in setup_and_run
self.init_stats()
File "./run_modeling.py", line 354, in init_stats
flstat=open(statfile,'w')
IOError: [Errno 2] No such file or directory: 'output/models_stats.out'
E.
======================================================================
ERROR: Test the entire integrative modeling run
----------------------------------------------------------------------
Traceback (most recent call last):
File "./test.py", line 33, in test_integrative_modeling
cwd='integrative_modeling')
File "/usr/lib64/python2.6/subprocess.py", line 505, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '['./run_modeling.py']' returned non-zero exit status 1
======================================================================
ERROR: Test the integrative modeling scoring
----------------------------------------------------------------------
Traceback (most recent call last):
File "./test.py", line 21, in test_integrative_modeling_score
cwd='integrative_modeling')
File "/usr/lib64/python2.6/subprocess.py", line 505, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '['./run_modeling.py', 'test']' returned non-zero exit status 1
----------------------------------------------------------------------
Ran 4 tests in 2458.387s
FAILED (errors=2)