Mercurial > repos > iuc > pangolin
comparison test-data/2021-04-21/supporting_information/data_prep_description.md @ 4:42126b414951 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pangolin commit ab174c9f8cbfc741501068dfa4f6ccf229a54489"
author | iuc |
---|---|
date | Thu, 03 Jun 2021 06:38:26 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3:514a786baaa9 | 4:42126b414951 |
---|---|
1 # Data preparation | |
2 | |
3 ### Source | |
4 | |
5 All GISAID data is downloaded and run through [`grapevine`](https://github.com/cov-ert/grapevine) which excludes records without proper dates, removes duplicate sequences (taking the earliest sample of the duplicates), omits some sequences with known issues, filters by length and coverage, and trims the sequences to CDS. | |
6 | |
7 It also aligns the sequences using `mafft` and builds an ML tree using `iqtree`. A lineages is assigned to each sequence using `pangolin` with the previous data release. | |
8 | |
9 ### Lineage Curation | |
10 | |
11 The phylogeny is annotated with lineage and then in `FigTree` the lineages are manually curated, drawing together a number of pieces of information including monophyly in the ML phylogeny (generally a bootstrap > 70 is required) and epidemiological data such as country and travel history. Any changes to lineage definitions and new lineages are documented during this process. | |
12 | |
13 - The lineage may have been defined earlier in the outbreak and with added sequence data, there is less support for that lineage. In these cases the associated epidemiological metadata is examined and the lineage may be refined or even dropped entirely. The lineage number will not be 'recycled', but the members will get reassigned the parent lineage designation. | |
14 - The lineage may have very clear epidemiological support and ambiguities or homoplasies in the sequences/ tree could contribute to low bootstrap values. In these cases, if the support is strong, the lineages are called. Recall rates for these lingeages within `pangolin` may be lower however. | |
15 | |
16 |