Skip to content

Commit 823be78

Browse files
committed
update: fix file path for PoseBusters benchmark deposition dates CSV in SLURM plotting script
1 parent 515394d commit 823be78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/posebusters_method_interaction_analysis_plotting_slurm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
), "Please download the PoseBusters Benchmark set from `https://zenodo.org/records/17536252` before proceeding."
7575

7676
# PoseBusters Benchmark deposition dates
77-
pb_deposition_dates_filepath = "posebusters_benchmark_complex_pdb_deposition_dates.csv"
77+
pb_deposition_dates_filepath = os.path.join("notebooks", "posebusters_benchmark_complex_pdb_deposition_dates.csv")
7878
assert os.path.exists(
7979
pb_deposition_dates_filepath
8080
), "Please prepare the PoseBusters Benchmark complex PDB deposition dates CSV file via `failure_modes_analysis_plotting.ipynb` before proceeding."

0 commit comments

Comments
 (0)