This tool creates files from Alliance resources. The tool is built and tested with python 3
- VCF
- Disease
- Orthology
- Expression
You will want to customize your run by setting these two env variable in the docker-compose.yaml file
export ALLIANCE_RELEASE='2.3.0'
export NEO4J_HOST=build.alliancegenome.org
if you only want to generate certain types of files make sure to comment/uncomment the files in the src/agr/app.py file.
make build
make run
Files that are generated are located in the docker shared folder. This folder can be found by using the following command:
docker inspect <container>
make test
##Venv
source venv/bin/activate
##Debug
In order to get comprehensive logging statments for debugging purposes.
export DEBUG=True