Skip to content
/ ncov Public
forked from nextstrain/ncov

Nextstrain build for novel coronavirus (nCoV)

License

Notifications You must be signed in to change notification settings

mcrayyu/ncov

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Nextstrain build for novel coronavirus, alternately known as hCoV-19 or SARS-CoV-2, visible at nextstrain.org/ncov.

Data

The hCoV-19 / SARS-CoV-2 genomes were generously shared via GISAID. We gratefully acknowledge the Authors, Originating and Submitting laboratories of the genetic sequence and metadata made available through GISAID on which this research is based. For a full list of attributions please see the metadata file.

Building

In order to run the Nextstrain build you must provision data/sequences.fasta and data/metadata.tsv. We've included a test set of sequences that are publicly available via Genbank as example_data/sequences.fasta. Begin by running

cp example_data/sequences.fasta data/

Then, the entire build can be regenerated by running

snakemake -p

with a local Nextstrain installation or by running

nextstrain build .

with a containerized Nextstrain installation.

The resulting output JSON at auspice/ncov.json can be visualized by running auspice view --datasetDir auspice or nextstrain view auspice/ depending on local vs containerized installation.

This requires Augur version >=6.3.0, released Feb 13, 2020.

Genomic epidemiology notes

Site numbering and genome structure uses Wuhan-Hu-1/2019 as reference. The phylogeny is rooted relative to early samples from Wuhan. Temporal resolution assumes a nucleotide substitution rate of 8 × 10^-4 subs per site per year. There were SNPs present in the nCoV samples in the first and last few bases of the alignment that were masked as likely sequencing artifacts.

Situation Report Translations

We welcome translations of the situation reports (narratives) into languages other than English (in particular to countries affected by the outbreak), and have been very impressed with the contributions provided so far. Please get in touch if you can help.

We suggest creating a branch for each language after the each release of the English version. Unfortunately this means that the changes are not visible through nextstrain.org until release, but we are working on improving this.

The situation reports are generated from Markdown files (such as this one for 2020-01-25).

Current translations:

Language Translator(s) Latest version released
Mandarin Alvin X. Han, Fengjun Zhang, Wei Ding 2020-01-30
Spanish Ch. Julian Villabona-Arenas 2020-01-30
Portuguese Glaucio Santos, Anderson Brito 2020-01-30
French Etienne Simon-Lorière, Pierre Barrat-Charlaix 2020-01-30
German Vielen Dank, Nicola Müller, Richard Neher 2020-01-30
Russian Ivan Aksamentov, Vadim Puller 2020-01-30

Contributing

We welcome contributions from the community to make this effort as useful as possible to as many people as possible. If you spot errors or inaccuracies, please file an issue or make a pull request. Or get in touch over email at [email protected] or on Twitter at @nextstrain.

Developer notes

API access to the evolutionary analysis that powers the visualization at nextstrain.org/ncov is available at http:https://data.nextstrain.org/ncov.json. Schema information here.

About

Nextstrain build for novel coronavirus (nCoV)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.0%
  • Shell 5.0%