This repository contains the source code and datasets used to implement the Dengue lineages system in NextClade. The workflow is based on the organizational structure initially developed for the Mpox virus, available here.
This repository contains the workflow for generating datasets from the representative trees produced in the Dengue Virus Lineage Systems project, as described by Hill et al., 2024. These datasets are designed for integration into the NextClade tool, facilitating the implementation and analysis of dengue virus lineages.
- datasets/: Contains the curated dengue virus sequence datasets.
- scripts/: Includes the scripts used for data processing and analysis.
- config/: Maps various dengue virus variants to the correct genomic annotation file
- resources/: Files necessary for constructing and configuring the datasets
-
Clone the Repository:
git clone https://github.com/V-GEN-Lab/dengue-lineages-workflow.git
-
Setup Environment: Follow the instructions in the
docs/setup.md
to install dependencies and configure your environment. -
Run the Workflow: Execute the main workflow using Snakemake:
snakemake --cores <number_of_cores>
¹ Center for Viral Surveillance and Serological Assessment (CeVIVAS) at the Butantan Institute.
² University of São Paulo (USP).
Special thanks to the Nextstrain team for their continuous support and for providing the base workflow for Mpox, which served as an inspiration for this project.