Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run_get_good_pae.sh crashes in homo-oligomeric mode when monomers are present #25

Closed
jkosinski opened this issue Jul 16, 2022 · 7 comments
Milestone

Comments

@jkosinski
Copy link
Collaborator

Command:

singularity exec --no-home --bind /scratch/kosinski/Giardia/interactome/Group1/homooligomers:/mnt     
/g/kosinski/kosinski/devel/AlphaPulldown/alpha-analysis.sif run_get_good_pae.sh --output_dir=/mnt --cutoff=5

Error:

Traceback (most recent call last):
  File "/app/programme_notebook/get_good_inter_pae.py", line 136, in <module>
    app.run(main)
  File "/opt/conda/lib/python3.9/site-packages/absl/app.py", line 312, in run
    _run_main(main, args)
  File "/opt/conda/lib/python3.9/site-packages/absl/app.py", line 258, in _run_main
    sys.exit(main(argv))
  File "/app/programme_notebook/get_good_inter_pae.py", line 110, in main
    iptm_ptm_score = json.load(open(os.path.join(result_subdir,"ranking_debug.json"),'rb'))['iptm+ptm'][best_model]
KeyError: 'iptm+ptm'
@jkosinski jkosinski added this to the Priority1 milestone Jul 16, 2022
@dingquanyu
Copy link
Collaborator

I think this is because at least one of the homooligomers is a monomer?

I haven't updated the image yet but will avoid the crash if there is monomer

@jkosinski
Copy link
Collaborator Author

jkosinski commented Jul 16, 2022 via email

@dingquanyu
Copy link
Collaborator

Is there any monomer in the directory btw?

@jkosinski
Copy link
Collaborator Author

jkosinski commented Jul 16, 2022 via email

@dingquanyu
Copy link
Collaborator

Just to check if that ModuleNotFoundError: No module named 'jax' error still exists? I tried the display_pae_plots() on the same directory after activating the env with the latest alphapulldown and it finished without any error.

@jkosinski
Copy link
Collaborator Author

Yeah, am getting "ModuleNotFoundError: No module named 'jax' error" on mac but because the AlphaPulldown installation instruction does work on mac .... - can't install jax because of some version conflicts. It worked with previous versions of AP.

(AlphaPulldown) hinox:~ kosinski$ pip install -q "jax[cuda]>=0.3.8,<0.4" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
ERROR: Cannot install jax[cuda]==0.3.10, jax[cuda]==0.3.11, jax[cuda]==0.3.12, jax[cuda]==0.3.13, jax[cuda]==0.3.14, jax[cuda]==0.3.8 and jax[cuda]==0.3.9 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

@dingquanyu
Copy link
Collaborator

dingquanyu commented Jul 18, 2022

Now the new image is uploaded here https://oc.embl.de/index.php/s/cDYsOOdXA1YmInk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants