Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.02 KB

Docker Image for Conifer

Docker image pulls License

Conifer is a convenient utility for analyzing confidence scores in kraken2's taxonomic sequence classification output.

Usage

  1. You need to have Docker set up correctly.
  2. Either pull the public image
    docker pull midnighter/conifer:latest
    
    or build the image locally from the Dockerfile
    docker build --tag midnighter/conifer:latest .
    
  3. Run conifer
    docker run --rm midnighter/conifer:latest --version
    

Copyright