generated from nextstrain/pathogen-repo-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81cd34e
commit ecd309c
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
# Nextstrain repository for rabies virus | ||
This repository contains two workflows for the analysis of rabies virus data: | ||
|
||
This repo is under development. | ||
- [`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. The results of running both workflows are publicly visible at [nextstrain.org/rabies](https://nextstrain.org/rabies). | ||
|
||
## 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) |