Note: This repository has been modified by Florida's Bureau of Public Health Laboratories to support integration of local sequence data alongside public GenBank sequences.
This repository contains two workflows for the analysis of Oropouche virus data:
ingest/- Download data from GenBank, clean and curate itphylogenetic/- Filter sequences, align, construct phylogeny and export for visualization
Each folder contains a README.md with more information.
Follow the standard installation instructions for Nextstrain's suite of software tools.
Run the default phylogenetic workflow via:
cd phylogenetic/
nextstrain build .
nextstrain view .This workflow supports adding sequences from the BPHL's Juno reference-based assembly pipeline:
-
Run the ingest workflow to download GenBank data:
cd ingest/ nextstrain build . cd ..
-
Create a metadata CSV for local sequences:
python scripts/add_user_sequences.py --template my_samples.csv
Edit the CSV with strain names, accessions, and collection dates.
-
Import sequences from Juno output:
python scripts/add_user_sequences.py \ --assembly-dir /path/to/consensus \ --metadata my_samples.csv \ --rebuild
-
View results:
cd phylogenetic/ nextstrain view .