Main tool: Pavian
Code repository: https://github.com/fbreitwieser/pavian
Additional tools:
- R: 4.1.0
Basic information on how to use this tool:
Pavian is a interactive browser application for analyzing and visualization metagenomics classification results from classifiers such as Kraken, KrakenUniq, Kraken 2, Centrifuge and MetaPhlAn. It also provides an alignment viewer for validation of matches to a particular genome.
Full documentation: https://github.com/fbreitwieser/pavian
You should publish a container's port(s) to the host while running pavian.
# run as root
docker run --rm -p 3838:3838 staphb/pavian:1.2.1
# non-root
docker run --rm --user shiny -p 3838:3838 staphb/pavian:1.2.1
Pavian will then be available at http://127.0.0.1:3838 in your web browser