Visualize trace files.
Teal requires Tracy, please intall first:
https://github.com/gear-genomics/tracy
git clone https://github.com/gear-genomics/teal.git
cd teal
The server runs in a terminal
Install the dependencies:
sudo apt install python python-pip
pip install flask flask_cors
Start the server:
cd PATH_TO_TEAL/teal
export PATH=$PATH:/PATH_TO_TRACY/tracy/bin
echo $PATH
python server/server.py
The client requires a different terminal
Install the dependencies:
cd PATH_TO_TEAL/teal/client
sudo apt install npm
sudo npm install
Start the client:
cd PATH_TO_TEAL/teal/client
npm run dev