Skip to content

11-7-20

Compare
Choose a tag to compare
@roblanf roblanf released this 12 Jul 23:35
· 148 commits to master since this release

The trees in this release were generated with the following command line:

bash global_tree_gisaid.sh -i gisaid_hcov-19_2020_07_10_23.fasta -o global.fa -t 34

The raw sequence file contains all available SARS-CoV-2 genomes in GISAID available on the 11th of July 2020, at 9AM Canberra (Australia) time.

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 trees themselves here so that they can be easily downloaded without downloading the entire repo.

Filtering statistics

sequences downloaded from GISAID
40005
//
alignment stats of global alignment
Alignment number:    1
Format:              aligned FASTA
Number of sequences: 39587
Alignment length:    29903
Total # residues:    1181493406
Smallest:            29146
Largest:             29903
Average length:      29845.5
Average identity:    100%
//
alignment stats of global alignment after masking sites
Alignment number:    1
Format:              aligned FASTA
Number of sequences: 39587
Alignment length:    29903
Total # residues:    1176129304
Smallest:            29096
Largest:             29718
Average length:      29710.0
Average identity:    100%
//
alignment stats after filtering out short/ambiguous sequences
Alignment number:    1
Format:              aligned FASTA
Number of sequences: 39430
Alignment length:    29903
Total # residues:    1171468961
Smallest:            29096
Largest:             29718
Average length:      29710.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: 39430
Alignment length:    29704
Total # residues:    1168517787
Smallest:            28492
Largest:             29704
Average length:      29635.2
Average identity:    100%
//
After filtering sequences with TreeShrink
Type:   Phylogram
#nodes: 70775
#leaves:        39342
#dichotomies:   30116
#leaf labels:   39342
#inner labels:  31431

Notable changes to the scripts in this release

  • None

Notable aspects of the trees

  • None