Skip to main content

mashtree

Tags: phylogeny tree mash distance comparison run-scope

Create phylogenetic trees using Mash distances.

This subworkflow uses Mashtree to rapidly compare whole genome sequence files and generate phylogenetic trees. It creates Mash sketches of input genomes, calculates pairwise distances, and constructs a tree based on the distance matrix.

Take

assemblies: Channel<Record>
FieldDescription
metaGroovy Record containing sample information
fnaPre-gathered assembled contigs in FASTA format (multiple genomes)

Emit

Published

The sample_outputs and run_outputs emissions are aggregates of output files that will be published in the entry workflow.

sample_outputs

No sample-scope outputs.

run_outputs

OutputDescription
nwkPhylogenetic tree in Newick format
tsvPairwise distance matrix
sketchesIndividual Mash sketch files

Module Composition

This subworkflow calls the following modules:

  • mashtree - Rapid alignment-free phylogenomic tree construction.

Used By

This subworkflow is used by the following workflows:

  • mashtree - Rapid phylogenetic tree construction using Mash distances.

Citations

If you use this in your analysis, please cite the following.

Source

View source on GitHub