26-08-20
Citation and reuse
Please cite this release as:
Lanfear, Rob (2020). A global phylogeny of SARS-CoV-2 from GISAID data, including sequences deposited up to 26-August-2020. Zenodo DOI: 10.5281/zenodo.3958883
Please note - you cannot publish papers that use this tree without following the GISAID data sharing and attribution rules. These rules are important - they protect the data uploaders, and create trust in a global system of data sharing with potentially vast public health benefits. By building and maintaining trust we ensure that people keep sharing their data, and that the public health benefits keep flowing. I do not want the existence of this tree to be some kind of attribution laundering service (e.g. where people feel free to use the tree without following the GISAID data sharing rules), so please don't use it in that way. For example, if you are going to interpret other people's data from GISAID and publish the results, including by using this tree, you should get in touch with the people that submitted the data. The code in this repo is covered by the GNU license, and you can use that however you like.
Details
The trees in this release were generated with the following command line:
bash global_tree_gisaid_start_tree.sh -i gisaid_hcov-19_2020_08_28_23.fasta -o global.fa -s ft_SH_24-08-20.tree -t 250
The raw sequence file contains all available SARS-CoV-2 genomes in GISAID available on the 26th of August 2020, determined by the 'submission date' filter on GISAID.
The ZIP file contains the code necessary to reproduce the trees themselves, and the README in the zip file also describes the methods used in detail. I also include the tree itself here so that it can be easily downloaded without downloading the entire repo. The file ' ft_SH_24-8-20.tree' is the 'ft_SH.tree' file from the 24-8-20 release.
The lnL of the final tree is: -554592.549
Filtering statistics
sequences downloaded from GISAID
60881
//
alignment stats of global alignment
Alignment number: 1
Format: aligned FASTA
Number of sequences: 58971
Alignment length: 29903
Total # residues: 1759206607
Smallest: 29018
Largest: 29903
Average length: 29831.7
Average identity: 100%
//
alignment stats of global alignment after masking sites
Alignment number: 1
Format: aligned FASTA
Number of sequences: 58971
Alignment length: 29903
Total # residues: 1749488987
Smallest: 28922
Largest: 29675
Average length: 29666.9
Average identity: 100%
//
alignment stats after filtering out short/ambiguous sequences
Alignment number: 1
Format: aligned FASTA
Number of sequences: 58694
Alignment length: 29903
Total # residues: 1741282217
Smallest: 28922
Largest: 29675
Average length: 29667.1
Average identity: 100%
//
alignment stats of global alignment after trimming sites that are >50% gaps
Alignment number: 1
Format: aligned FASTA
Number of sequences: 58694
Alignment length: 29662
Total # residues: 1737280916
Smallest: 28437
Largest: 29662
Average length: 29599.0
Average identity: 100%
//
After filtering sequences with TreeShrink
Type: Phylogram
#nodes: 104219
#leaves: 58611
#dichotomies: 43512
#leaf labels: 58611
#inner labels: 41070
Number of new sequences added this iteration
5036 alignment_names_new.txt
Notable changes to the scripts in this release
- None
Notable aspects of the trees
- None