Skip to content

Commit

Permalink
AF functionality reimplemented
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Ellaway committed Sep 6, 2024
1 parent fe669ea commit 18e00a9
Show file tree
Hide file tree
Showing 3 changed files with 4,806 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ python3 find_conformers.py -u "O34926" \
-s benchmark_data/examples/O34926/O34926_cluster_results/ \
-o benchmark_data/examples/O34926/O34926_distance_difference_maps/ \
-g benchmark_data/examples/O34926/O34926_cluster_results/ png svg \
# -a benchmark_data/examples/O34926/O34926_path_alphafold/
-a benchmark_data/examples/O34926/O34926_path_alphafold/
```
or use the `run_O34926.sh` script.
Expand All @@ -297,7 +297,7 @@ python3 find_conformers.py -u "P15291" \
-s benchmark_data/examples/P15291/P15291_cluster_results/ \
-o benchmark_data/examples/P15291/P15291_distance_difference_maps/ \
-g benchmark_data/examples/P15291/P15291_cluster_results/ png svg \
# -a benchmark_data/examples/P15291/P15291_path_alphafold/
-a benchmark_data/examples/P15291/P15291_path_alphafold/
```
or execute the `run_P15291.sh` script.
Expand Down
Loading

0 comments on commit 18e00a9

Please sign in to comment.