Skip to content

Latest commit

 

History

History

1.2.1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Pavian container

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.

image

Full documentation: https://github.com/fbreitwieser/pavian

Example Usage

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