From 98dc1539a67b5c9552bd8d42986e160aa5cf031d Mon Sep 17 00:00:00 2001 From: patriksimurka Date: Thu, 7 Dec 2023 19:58:54 +0100 Subject: [PATCH] Fix symmetric oligomer example bug in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aee889..968ac07 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ We're going to switch gears from discussing PPI and look at another task at whic Here's an example: ``` -./scripts/run_inference.py --config-name symmetry inference.symmetry=tetrahedral 'contigmap.contigs=[360]' inference.output_prefix=test_sample/tetrahedral inference.num_designs=1 +./scripts/run_inference.py --config-name symmetry inference.symmetry=tetrahedral 'contigmap.contigs=[360-360]' inference.output_prefix=test_sample/tetrahedral inference.num_designs=1 ``` Here, we've specified a different `config` file (with `--config-name symmetry`). Because symmetric diffusion is quite different from the diffusion described above, we packaged a whole load of symmetry-related configs into a new file (see `configs/inference/symmetry.yml`). Using this config file now puts diffusion in `symmetry-mode`.