https://github.com/nextstrain/oropouche
Oropouche Nextstrain build
https://github.com/nextstrain/oropouche
nextstrain pathogen
Last synced: about 1 year ago
JSON representation
Oropouche Nextstrain build
- Host: GitHub
- URL: https://github.com/nextstrain/oropouche
- Owner: nextstrain
- Created: 2024-07-26T17:05:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T18:33:23.000Z (over 1 year ago)
- Last Synced: 2025-02-11T13:28:59.402Z (over 1 year ago)
- Topics: nextstrain, pathogen
- Language: Python
- Homepage: https://nextstrain.org/staging/oropouche/L
- Size: 270 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Nextstrain repository for Oropouche virus
This repository contains two workflows for the analysis of Oropouche virus data:
- [`ingest/`](./ingest) - Download data from GenBank, clean and curate it and upload it to S3
- [`phylogenetic/`](./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](https://docs.nextstrain.org/en/latest/install.html) for Nextstrain's suite of software tools.
## Quickstart
Run the default phylogenetic workflow via:
```
cd phylogenetic/
nextstrain build .
nextstrain view .
```
## Documentation
- [Running a pathogen workflow](https://docs.nextstrain.org/en/latest/tutorials/running-a-workflow.html)
- [Contributor documentation](./CONTRIBUTING.md)