Update README.md

Move the part on AlphaFold database configuration to the Configuration section at the top instead of the Advanced Configuration section per #539.
This commit is contained in:
amrismil
2026-02-11 17:15:15 +01:00
committed by Dima
parent fdedfd0b2f
commit 1605443014

View File

@@ -67,6 +67,14 @@ input_files:
- "folds.txt"
```
### Database configuration
Set the path to your AlphaFold databases:
```yaml
databases_directory: "/path/to/alphafold/databases"
```
### Setup Pulldown Experiments
If you want to test which proteins from one group interact with proteins from another group, create a second file `baits.txt`:
@@ -380,14 +388,6 @@ structure_inference_arguments:
</details>
### Database configuration
Set the path to your AlphaFold databases:
```yaml
databases_directory: "/path/to/alphafold/databases"
```
***
## How to Cite