Hi, when I use my own data to perform the evcouplings step, relevant files will be generated under the "output" directory, among which the "failed" file will be created:
Traceback (most recent call last):
File "/home/zhaoyang/anaconda3/envs/venusrem/lib/python3.9/site-packages/evcouplings/utils/pipeline.py", line 508, in execute_wrapped
outcfg = execute(**config)
File "/home/zhaoyang/anaconda3/envs/venusrem/lib/python3.9/site-packages/evcouplings/utils/pipeline.py", line 187, in execute
outcfg = runner(**incfg)
File "/home/zhaoyang/anaconda3/envs/venusrem/lib/python3.9/site-packages/evcouplings/compare/protocol.py", line 1638, in run
return PROTOCOLSkwargs["protocol"]
File "/home/zhaoyang/anaconda3/envs/venusrem/lib/python3.9/site-packages/evcouplings/compare/protocol.py", line 1050, in standard
d_intra = intra_dists(
File "/home/zhaoyang/anaconda3/envs/venusrem/lib/python3.9/site-packages/evcouplings/compare/distances.py", line 962, in intra_dists
chain = _prepare_chain(
File "/home/zhaoyang/anaconda3/envs/venusrem/lib/python3.9/site-packages/evcouplings/compare/distances.py", line 851, in _prepare_chain
chain = structures[pdb_id].get_chain(pdb_chain, model)
KeyError: '3da1'
I attempted to use the command "pip install https://github.com/debbiemarkslab/EVcouplings/archive/develop.zip" to change the version of "evcouplings" from 0.2.1 in the "environment.yml" file to 0.3.0. However, it still resulted in an error. Could you please tell me if you know what the problem is?Thanks
Hi, when I use my own data to perform the evcouplings step, relevant files will be generated under the "output" directory, among which the "failed" file will be created:
Traceback (most recent call last):
File "/home/zhaoyang/anaconda3/envs/venusrem/lib/python3.9/site-packages/evcouplings/utils/pipeline.py", line 508, in execute_wrapped
outcfg = execute(**config)
File "/home/zhaoyang/anaconda3/envs/venusrem/lib/python3.9/site-packages/evcouplings/utils/pipeline.py", line 187, in execute
outcfg = runner(**incfg)
File "/home/zhaoyang/anaconda3/envs/venusrem/lib/python3.9/site-packages/evcouplings/compare/protocol.py", line 1638, in run
return PROTOCOLSkwargs["protocol"]
File "/home/zhaoyang/anaconda3/envs/venusrem/lib/python3.9/site-packages/evcouplings/compare/protocol.py", line 1050, in standard
d_intra = intra_dists(
File "/home/zhaoyang/anaconda3/envs/venusrem/lib/python3.9/site-packages/evcouplings/compare/distances.py", line 962, in intra_dists
chain = _prepare_chain(
File "/home/zhaoyang/anaconda3/envs/venusrem/lib/python3.9/site-packages/evcouplings/compare/distances.py", line 851, in _prepare_chain
chain = structures[pdb_id].get_chain(pdb_chain, model)
KeyError: '3da1'
I attempted to use the command "pip install https://github.com/debbiemarkslab/EVcouplings/archive/develop.zip" to change the version of "evcouplings" from 0.2.1 in the "environment.yml" file to 0.3.0. However, it still resulted in an error. Could you please tell me if you know what the problem is?Thanks