Skip to content

Commit

Permalink
fix: Fixed Benchmark/README example
Browse files Browse the repository at this point in the history
".py" was missing in "python distort_images $input_directory $output_directory"
  • Loading branch information
atef199 committed Jul 3, 2023
1 parent 839c0a2 commit aaf4db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ conda install -c rdkit rdkit
## The slight distortions (shearing, rotation) are applied to the benchmark images by running:

```
python distort_images $input_directory $output_directory
python distort_images.py $input_directory $output_directory
```

## Run DECIMER and save the results in a file:
Expand All @@ -29,4 +29,4 @@ python run_decimer_save_results.py $image_dir $benchmark_ID
python evaluate_benchmarks.py $benchmark_ID.txt $reference_file_directory
```
- $benchmark_ID.txt is the output generated by run_decimer_save_results.py
- $reference_file_directory is the path of a directory that contains SD- or mol-files as provided in the benchmark datasets
- $reference_file_directory is the path of a directory that contains SD- or mol-files as provided in the benchmark datasets

0 comments on commit aaf4db2

Please sign in to comment.