$filename = basename($_SERVER['PHP_SELF']);
$date = date("F d Y", filemtime($filename));
$menu = "download";
include("nav.php");
?>
Sequence download and upload
include("table_head.php");
?>
| CNCB/NGDC 2019 Novel Coronavirus Resource (2019nCoVR) |
https://ngdc.cncb.ac.cn/ncov/?lang=en |
- Data can be downloaded and submitted
- Sequence and meta data shared daily with NCBI/GenBank, NMDC, and GWH; only metadata shared with GISAID
|
| GISAID EpiCoV |
https://www.gisaid.org/epiflu-applications/next-hcov-19-app/ |
- Registered users can download and submit data
- Metadata include clinical, epidemiological, geographical, species-specific data
|
| NCBI SARS-CoV-2 Resources |
https://www.ncbi.nlm.nih.gov/sars-cov-2/ |
- Data can be downloaded and submitted
- Data shared with CNCB/BIG/NGDC
- Sequences in GISAID may not be available
|
| EMBL-EBI COVID-19 Data Portal |
https://www.covid19dataportal.org/ |
- Data can be downloaded
- Submission through ENA
|
include("tail.php");
?>