Yes, but if I leave active and passive residues blank then I’m facing following crash:
There was an error in the authorization routine of the server
Full error information:
Traceback (most recent call last):
File “/home/enmr/services-enmr/HADDOCK2.2/py/haddockserver.py”, line 307, in serve_haddock
dd2 = newmodel.convert(auth).convert(HaddockGuruInterface).convert(HaddockMultiRunParameters)
File “haddock::HaddockGuruInterface.spy”, line 3629, in convert
c = spyder.core.convert(HaddockGuruInterface, target, self, deepcopy)
File “spyder.modules.core::pathing.py”, line 267, in convert
ret = do_convert(i,o,arg)
File “spyder.modules.core::pathing.py”, line 254, in do_convert
conv = execute_path(i,arg,path,failed,visited,None,0,None)
File “spyder.modules.core::pathing.py”, line 156, in execute_path
result = spyder.typesc.outtype
File “haddock::HaddockEasyInterface.spy”, line 140, in init
HaddockEasyInterface.dict[HaddockEasyInterface.constructor](self, *args, **args2)
File “haddock::HaddockEasyInterface.spy”, line 247, in constructor_fromany
self.validate()
File “haddock::HaddockEasyInterface.spy”, line 384, in validate
self.validate()
File “haddock::HaddockEasyInterface.spy”, line 405, in validate
if not has_r1: spyder.core._raise(self, ‘HaddockValidationError(“You must supply active and/or passive residues for your first protein.”)’, ‘if not has_r1: raise HaddockValidationError(“You must supply active and/or passive residues for your first protein.”)’)
File “spyder.modules.core::error.py”, line 92, in _raise
exec(statement, lastframe.f_globals, lastframe.f_locals)
File “”, line 1, in
HaddockValidationError: You must supply active and/or passive residues for your first protein.