Skip to content

Web Browser Interface

Moritz Smolka edited this page Jan 31, 2016 · 11 revisions

The web browser interface can be started locally and supports all features including benchmarking custom reference genomes, mappers and parameter sets. This allows you to create and view benchmarks without having to deal with configuration file creation and command line usage.

To start the web browser interface, execute the following command in the main Teaser directory:

./server.py

Alternatively, the command python server.py may be used.

In order to access the web interface, open the following URL in a web browser of your choice: http://localhost:8888. In case the web interface was started on another machine than the web browser, replace localhost with the hostname of that machine.

After navigating to the URL above, the Teaser start page should appear. Click on "Start a mapper benchmark now" to open the mask which will first allow you to define or import your data, configure and finally start mapper evaluation.

The benchmark reports themselves are also accessible via the web interface.

Clone this wiki locally