Skip to content

Latest commit

 

History

History

2.3-CBIRDv2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

mash container

Main tool: mash

Code repository: https://github.com/marbl/Mash

Additional tools:

  • none

Basic information on how to use this tool:

  • executable: mash
  • help: -h
  • version: --version
  • description: Fast genome and metagenome distance estimation using MinHash

Additional information:

This container includes a custom reference sketch at /db/cbird-v2.0-lite.msh
The sketch contains only the species of Acinetobacter, Burkholderia, Citrobacter, Enterobacter, Escherichia, Klebsiella, Kluyvera, Metapseudomonas, Morganella, Neisseria, Proteus, Providencia, Pseudomonas, Raoultella, Salmonella, Serratia, Streptococcus
The full list of sketched genomes are here.

Full documentation: https://mash.readthedocs.io/en/latest/

Example Usage

# genome vs. genome
mash dist genome1.fna genome2.fna
# multiple genomes vs. genome
mash dist reference.msh genome.fna
# screen against refseq
mash screen refseq.genomes.msh genome.fq > screen.tab