RTX-KG2
RTX-KG2 copied to clipboard
Must install `graphviz` before using `graphic` flag on `build-kg2-snakemake.sh`
When I tried to test this out, I was notified that graphviz is already installed:
ubuntu@ip-172-31-59-112:~/kg2-build$ ~/kg2-venv/bin/pip3 install graphviz==0.20.1
Requirement already satisfied: graphviz==0.20.1 in /home/ubuntu/kg2-venv/lib/python3.7/site-packages (0.20.1)
[notice] A new release of pip is available: 23.0.1 -> 23.1.2
[notice] To update, run: python3.7 -m pip install --upgrade pip