Replies: 4 comments
-
I have the same error. Any idea of how to solve this problem? Singularity is installed correctly. |
Beta Was this translation helpful? Give feedback.
-
Hi @Resram , It seems you have mounted a wrong directory. I guess the predicted models are inside your
|
Beta Was this translation helpful? Give feedback.
-
Hi @dingquanyu , I have a similar issue. Here is the directory structure. I tried different cutoffs and still got the same error. Any suggestions? Thanks!
|
Beta Was this translation helpful? Give feedback.
-
Hi @lcscs12345
so many parts of the analysis pipeline did not run in reality thereby crashing the programme. Could you try again using the real files/ Besides, it looks like you are running analysis pipeline on monomeric models, which it will not work as many parameters, such as PAE, pDockQ are used in the cases where more than one chain exists in your PDB files. If your models are monomeric, then our analysis pipeline is not really needed. Yours |
Beta Was this translation helpful? Give feedback.
-
After running the code snippet for feature 2, I get the following error:
(AlphaPulldown) singularity exec \
I0817 11:26:01.685516 47638540354496 get_good_inter_pae.py:112] now processing P78344_feature_metadata_2023-08-11.txt
I0817 11:26:01.691167 47638540354496 get_good_inter_pae.py:112] now processing models
I0817 11:26:01.696232 47638540354496 get_good_inter_pae.py:112] now processing output.ipynb
I0817 11:26:01.701501 47638540354496 get_good_inter_pae.py:112] now processing O76094.pkl
I0817 11:26:01.706592 47638540354496 get_good_inter_pae.py:112] now processing O76094_feature_metadata_2023-08-10.txt
I0817 11:26:01.711863 47638540354496 get_good_inter_pae.py:112] now processing Q14240_feature_metadata_2023-08-11.txt
I0817 11:26:01.717097 47638540354496 get_good_inter_pae.py:112] now processing Q14240.pkl
I0817 11:26:01.722467 47638540354496 get_good_inter_pae.py:112] now processing P60842_feature_metadata_2023-08-10.txt
I0817 11:26:01.727416 47638540354496 get_good_inter_pae.py:112] now processing P60842.pkl
I0817 11:26:01.732673 47638540354496 get_good_inter_pae.py:112] now processing P78344.pkl
Traceback (most recent call last):
File "/app/alpha-analysis/get_good_inter_pae.py", line 151, in
app.run(main)
File "/opt/conda/lib/python3.9/site-packages/absl/app.py", line 308, in run
_run_main(main, args)
File "/opt/conda/lib/python3.9/site-packages/absl/app.py", line 254, in _run_main
sys.exit(main(argv))
File "/app/alpha-analysis/get_good_inter_pae.py", line 141, in main
pi_score_df=pd.merge(pi_score_df,other_measurements_df,on="jobs")
File "/opt/conda/lib/python3.9/site-packages/pandas/core/reshape/merge.py", line 107, in merge
op = _MergeOperation(
File "/opt/conda/lib/python3.9/site-packages/pandas/core/reshape/merge.py", line 700, in init
) = self._get_merge_keys()
File "/opt/conda/lib/python3.9/site-packages/pandas/core/reshape/merge.py", line 1110, in _get_merge_keys
left_keys.append(left._get_label_or_level_values(lk))
File "/opt/conda/lib/python3.9/site-packages/pandas/core/generic.py", line 1840, in _get_label_or_level_values
raise KeyError(key)
KeyError: 'jobs'
Please assist me to solve this issue.
Thank you in advance.
Resram
Beta Was this translation helpful? Give feedback.
All reactions