CecileTK / measles

Nextstrain build for measles virus

Home Page:https://nextstrain.org/measles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nextstrain.org/measles

This is the Nextstrain build for measles virus, visible at nextstrain.org/measles.

The build encompasses fetching data, preparing it for analysis, doing quality control, performing analyses, and saving the results in a format suitable for visualization (with auspice). This involves running components of Nextstrain such as augur.

All measles-specific steps and functionality for the Nextstrain pipeline should be housed in this repository.

Build Status

Usage

If you're unfamiliar with Nextstrain builds, you may want to follow our quickstart guide first and then come back here.

The easiest way to run this pathogen build is using the Nextstrain command-line tool:

nextstrain build .

See the nextstrain-cli README for how to install the nextstrain command.

Alternatively, you should be able to run the build using snakemake within a suitably-configured local environment. Details of setting that up are not yet well-documented, but will be in the future.

Build output goes into the directories data/, results/ and auspice/.

Once you've run the build, you can view the results in auspice:

nextstrain view auspice/

Configuration

Configuration takes place entirely with the Snakefile. This can be read top-to-bottom, each rule specifies its file inputs and output and also its parameters. There is little redirection and each rule should be able to be reasoned with on its own.

If you don't have access to our https endpoints, you can run the build using the example data provided in this repository. Before running the build, copy the example sequences into the data/ directory like so:

mkdir -p data/
cp example_data/* data/.

About

Nextstrain build for measles virus

https://nextstrain.org/measles


Languages

Language:Python 100.0%