When I try to click "Hit Run!" in the AutoDock Vina inputs, I got a message box "Number of CPU's for parallel jobs not specified!". But I am specifying the number of CPU I'll use for parallel job.
And when I try to change the exhaustiveness, I got this message in the terminal:
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1550, in call
return self.func(*args)
File "PepVis.py", line 1010, in ex_checkback
EXHAUSTIVENESS=int(Exhaust.get())
ValueError: invalid literal for int() with base 10: ''
Anyone know how to solve this?
thank you
When I try to click "Hit Run!" in the AutoDock Vina inputs, I got a message box "Number of CPU's for parallel jobs not specified!". But I am specifying the number of CPU I'll use for parallel job.
And when I try to change the exhaustiveness, I got this message in the terminal:
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1550, in call
return self.func(*args)
File "PepVis.py", line 1010, in ex_checkback
EXHAUSTIVENESS=int(Exhaust.get())
ValueError: invalid literal for int() with base 10: ''
Anyone know how to solve this?
thank you