Skip to content

Commit

Permalink
Document interaction and failure mode notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed Jan 18, 2025
1 parent ecfa0f2 commit 6447c79
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1090,15 +1090,32 @@ To benchmark ensemble ranking using the above commands, you must have already ru

<details>

Pre-compute and analyze the protein-ligand interactions of each method

```bash
cd notebooks/
python3 astex_method_interaction_analysis_plotting.py
python3 dockgen_method_interaction_analysis_plotting.py
python3 posebusters_method_interaction_analysis_plotting.py
python3 casp15_method_interaction_analysis_plotting.py
cd ../
```

Execute (and customize as desired) notebooks to prepare paper-ready result plots

```bash
jupyter notebook notebooks/posebusters_astex_inference_results_plotting.ipynb
jupyter notebook notebooks/posebusters_pocket_only_inference_results_plotting.ipynb
jupyter notebook notebooks/astex_diverse_inference_results_plotting.ipynb
jupyter notebook notebooks/dockgen_inference_results_plotting.ipynb
jupyter notebook notebooks/posebusters_benchmark_inference_results_plotting.ipynb
jupyter notebook notebooks/casp15_inference_results_plotting.ipynb
```

Inspect the failure modes of each method

```bash
jupyter notebook notebooks/failure_modes_analysis_plotting.ipynb
```

</details>

## For developers
Expand Down

0 comments on commit 6447c79

Please sign in to comment.