Skip to content

arodzh-sudo/nextstrain_orov

 
 

Repository files navigation

Nextstrain repository for Oropouche virus

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 it
  • phylogenetic/ - Filter sequences, align, construct phylogeny and export for visualization

Each folder contains a README.md with more information.

Installation

Follow the standard installation instructions for Nextstrain's suite of software tools.

Quickstart

Standard workflow (GenBank data only)

Run the default phylogenetic workflow via:

cd phylogenetic/
nextstrain build .
nextstrain view .

Adding local sequences from assembly pipeline

This workflow supports adding sequences from the BPHL's Juno reference-based assembly pipeline:

  1. Run the ingest workflow to download GenBank data:

    cd ingest/
    nextstrain build .
    cd ..
  2. 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.

  3. Import sequences from Juno output:

    python scripts/add_user_sequences.py \
      --assembly-dir /path/to/consensus \
      --metadata my_samples.csv \
      --rebuild
  4. View results:

    cd phylogenetic/
    nextstrain view .

Documentation

About

Oropouche Nextstrain build for Florida local sequences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 84.6%
  • Shell 15.4%