Skip to content
Alena Schroeder edited this page Oct 7, 2025 · 1 revision
  • rules/: This folder is created by Snakemake and is a dedicated directory for rule definitions relating to your workflow.

    • annotate_phylogeny.smk: A Snakemake file that creates additional annotations for the phylogenetic tree.
    • construct_phylogeny.smk: A Snakemake file that constructs the phylogenetic tree.
    • export.smk: A Snakemake file that collects the phylogenetic tree and annotations to export a Nextstrain dataset.
    • prepare_sequences.smk: A Snakemake file that prepares sequences for constructing the phylogenetic tree.

Clone this wiki locally