A web-application for the predication of Transcription Starting Sites (TSS) using Wiggle files and TSSpredator.
Besides facilitating the overall prediction of the TSS by providing a web-application, the interface facilitates the file allocation by allowing a drag-and-drop distribution of the files. Moreover, all config files can be saved and easily uploaded for any re-anaysis of the data.
While predicting the TSSs, a status website is provided. This allows users to close the browser without interrupting the prediction of the TSSs.
The application also allows the exploration of the results by providing overview and detail visualizations.
All results and figures can be also exported from the web-app.
TSSpredator-Web is available at: https://tsspredator-tuevis.cs.uni-tuebingen.de/
You can also use TSSpredator in your own computer
- Yarn (v4.1.1)
- mamba/conda
- java (v20.0.1)
bash setup.sh
yarn run tsspredator
We also provide Docker images for faster usage.
-
Make sure your Docker engine is running.
-
Download the latest releases.
-
Set up the variables_tsspredator.env to indicate:
- The path of the example files (This is only required if you want to use the example files)
- The path for your redis database (this can be anywhere)
-
Run:
# load the images from the tar file
docker load --input TSSpredatorCelery
docker load --input TSSpredatorWeb
# run the container
docker compose --env-file variables_tsspredator.env up -d