From f3725d4cc784ec82f79aff614f54fdbfa000f868 Mon Sep 17 00:00:00 2001 From: Strandgaard96 Date: Tue, 18 Jun 2024 13:46:06 +0200 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9f137b..e9c49d8 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ A list of possible arguments and their discriptions are seen below: | `--sa_screening` | Decides if synthetic accessibility score is enabled. Highly recommended to turn this on. | | `--filename` | Path to the database extract to create starting population. | | `--output_dir` | Sets output directory for all files generated during generations. | -| `--scratch` | Path to the database extract to create starting population. | +| `--scratch` | Path to put any intermediate scratch files | | `--cleanup` | If enabled, all scoring files are removed after scoring. Only the optimized structures and their energies are saved. | | `--method` | Which gfn method to use. | | `--timeout_min` | How many minutes each slurm job is allowed to run |