gear-genomics / teal

Sanger Trace Viewer

Home Page:https://www.gear-genomics.com/teal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teal

Visualize trace files.

Dependencies

Teal requires Tracy, please intall first:

https://github.com/gear-genomics/tracy

Install a local copy for testing

git clone https://github.com/gear-genomics/teal.git

cd teal

Setup and run the server

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

Setup and run the client

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

About

Sanger Trace Viewer

https://www.gear-genomics.com/teal

License:GNU General Public License v3.0


Languages

Language:JavaScript 64.8%Language:HTML 17.2%Language:Python 9.6%Language:CSS 8.4%