Error log |
Aggrescan encountered an error and it wasn't one we were expecting.
Please see the the following Traceback, perhaps it will be helpfull in understanding what happened.
We would be grateful if you reported the incident to one of the authors so we can correct the error.
Traceback (most recent call last):
File "/home/users/lcbio/Aggrescan4D-webserver-implementation/aggrescan/__main__.py", line 46, in run_program
a.run_job()
File "/home/users/lcbio/Aggrescan4D-webserver-implementation/aggrescan/newRunJob.py", line 144, in run_job
analyze(
File "/home/users/lcbio/Aggrescan4D-webserver-implementation/aggrescan/analysis.py", line 32, in aggregation_analysis
_run_aggrescan(target=target, working_dir=working_dir, config=config)
File "/home/users/lcbio/Aggrescan4D-webserver-implementation/aggrescan/analysis.py", line 49, in _run_aggrescan
out = run_aggrescan_4d(
^^^^^^^^^^^^^^^^^
File "/home/users/lcbio/Aggrescan4D-webserver-implementation/aggrescan/aggrescan_4d.py", line 498, in run
pkaani_exec_and_parse(work_dir)
File "/home/users/lcbio/Aggrescan4D-webserver-implementation/aggrescan/aggrescan_4d.py", line 455, in pkaani_exec_and_parse
pkaani_output = subprocess.check_output(pkaani_cmd, cwd=work_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/users/lcbio/mambaforge/envs/Aggrescan4D/lib/python3.11/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/users/lcbio/mambaforge/envs/Aggrescan4D/lib/python3.11/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['conda', 'run', '-n', 'pkaani', '--live-stream', 'pkaani', '-i', '/STORAGE/DATA/lcbio/aggreskan/e40ff124c4aa1bb/tmp/folded.pdb']' returned non-zero exit status 1.
|