Skip to content

Commit

Permalink
Update README for envir variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuanXu1 committed Feb 12, 2022
1 parent 1c8f218 commit 1f5137c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ conda install -c bioconda -c conda-forge celltypist
#Update all models by re-downloading the latest versions if you think they may be outdated.
models.download_models(force_update = True)
```
By default, a folder `.celltypist/` will be created in the user's home directory to store model files. A different path/folder can be specified by exporting the environment variable `CELLTYPIST_FOLDER` in your configuration file (e.g. in `~/.bash_profile`).
```bash
#In the shell configuration file.
export CELLTYPIST_FOLDER='/path/to/model/folder/'
```
</details>

+ <details>
Expand Down

0 comments on commit 1f5137c

Please sign in to comment.