mirror of
https://github.com/KosinskiLab/AlphaPulldown.git
synced 2026-06-04 14:14:24 +08:00
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:
16
README.md
16
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user