Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add example of user config section in `run_singularity.py`
  • Loading branch information
prehensilecode authored Jul 26, 2022
1 parent c0dc7f2 commit ecf01b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,13 @@ section marked `USER CONFIGURATION`. At the least, you will need to modify the v
of:
- `DOWNLOAD_DIR` - location where AlphaFold databases are downloaded
- `singularity_image` - absolute path to the `alphafold.sif` Singularity image

E.g.
```
#### USER CONFIGURATION ####
# Set to target of scripts/download_all_databases.sh
DOWNLOAD_DIR = os.environ['ALPHAFOLD_DATADIR']
# AlphaFold Singularity image.
singularity_image = Client.load(os.path.join(os.environ['ALPHAFOLD_DIR'], 'alphafold.sif'))
```

0 comments on commit ecf01b7

Please sign in to comment.