fc7f1b9f5e16f4128f56760ac87a5649ee422b9d angie Thu Mar 26 15:07:25 2020 -0700 Add TreeTime date and administrative division (location) info for clades to nextstrainClade. refs #25188 diff --git src/hg/utils/otto/nextstrainNcov/nextstrainClade.as src/hg/utils/otto/nextstrainNcov/nextstrainClade.as index 30d410a..6348100 100644 --- src/hg/utils/otto/nextstrainNcov/nextstrainClade.as +++ src/hg/utils/otto/nextstrainNcov/nextstrainClade.as @@ -2,18 +2,23 @@ "Clades assigned by nextstrain.org" ( string chrom; "Reference sequence accession" uint chromStart; "Start position in reference" uint chromEnd; "End position in reference" string name; "Name of clade" uint score; "Placeholder for BED compatibility (0)" char[1] strand; "Placeholder for BED compatibility (+)" uint thickStart; "Start of where display should be thick" uint thickEnd; "End of where display should be thick" uint reserved; "itemRgb color" int blockCount; "Number of blocks (characteristic variants)" int[blockCount] blockSizes; "Comma separated list of block sizes" int[blockCount] chromStarts; "Start positions relative to chromStart" string variants; "Mutations that occurred on the path from the reference to this clade" + string dateInferred; "Date of clade branch inferred by TreeTime" + string dateConfMin; "Earliest date in TreeTime confidence interval" + string dateConfMax; "Latest date in TreeTime confidence interval" + string divInferred; "Administrative division inferred by TreeTime" + string divConf; "Top-scoring administrative divisions and confidence from TreeTime" int sampleCount; "Number of samples belonging to the clade" string[sampleCount] samples; "Samples belonging to the clade" )