Hi, I have this problem running opus_mut.
The test works fine, but with my protein I have this problem.
Can you help me?
/opt/tools/deg/opus_mut/Mut/mkdssp/mkdssp CXCR4_Y256M.bb
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/opt/tools/deg/miniforge3/envs/mut/lib/python3.7/multiprocessing/pool.py", line 121, in worker
result = (True, func(*args, **kwds))
File "/opt/tools/deg/miniforge3/envs/mut/lib/python3.7/multiprocessing/pool.py", line 44, in mapstar
return list(map(*args))
File "run_opus_mut.py", line 47, in preparation
make_input(filename, preparation_config)
File "/opt/tools/deg/opus_mut/Mut/inference_utils.py", line 220, in make_input
ss8, ss3 = read_ss(ss_path)
File "/opt/tools/deg/opus_mut/Mut/inference_utils.py", line 190, in read_ss
ss_result = ss_result[0]
IndexError: list index out of range
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "run_opus_mut.py", line 82, in <module>
pool.map(preparation, multi_iters)
File "/opt/tools/deg/miniforge3/envs/mut/lib/python3.7/multiprocessing/pool.py", line 268, in map
return self._map_async(func, iterable, mapstar, chunksize).get()
File "/opt/tools/deg/miniforge3/envs/mut/lib/python3.7/multiprocessing/pool.py", line 657, in get
raise self._value
IndexError: list index out of range
Hi, I have this problem running opus_mut.
The test works fine, but with my protein I have this problem.
Can you help me?