Metadata-Version: 2.4
Name: robokop-genetics
Version: 0.7.0
Summary: A package for Robokop genetics tools and services.
Home-page: https://github.com/RobokopU24/robokop-genetics
Author: Evan Morris
Author-email: evandietzmorris@gmail.com
Maintainer: Evan Morris
Maintainer-email: evandietzmorris@gmail.com
License: CC-0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bmt>=1.4.6
Requires-Dist: requests>=2.32.3
Requires-Dist: redis>=5.0.4
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# robokop-genetics
Tools and service wrappers for building Robokop graphs.

#### Caching
To utilize a redis cache, set the following environment variables to match your own redis cache instance:
```
ROBO_GENETICS_CACHE_HOST=localhost
ROBO_GENETICS_CACHE_PORT=6379
ROBO_GENETICS_CACHE_DB=0
ROBO_GENETICS_CACHE_PASSWORD=yourpassword
```

#### Logging and Temporary Files
robokop-genetics depends on a local directory with write permissions for temporary files and logging.

When used in conjunction with robo-commons or robokop-rags, the default robokop home directory will be used. 

For testing or other purposes, set the following environment variable to specify a valid location.
```
ROBO_GENETICS_HOME=/home/example_directory
```
