a b/docs/misc/faq.md
1
# Frequently Asked Questions (FAQ)
2
3
### How to change the download directory where database files are cached?
4
5
You can make the setting at `openomics.set_cache_dir(path="PATH/OF/YOUR/CHOICE/")` which will change the default
6
cache location. However, this setting doesn't persist across user sessions. You can also change the default cache
7
directory at a `~/.openomics/conf.json` to persist the setting for each user.
8
9