Skip to content

Midnighter/conifer-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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