ac7cce26f5877b75218e08eec52eca476ddc33cc angie Mon Mar 30 14:52:32 2020 -0700 Add per-clade subtracks to Nextstrain Vars for David. Also, Nextstrain changed ncov.json to use country instead of division for location. refs #25188 diff --git src/hg/utils/otto/nextstrainNcov/nextstrainClade.as src/hg/utils/otto/nextstrainNcov/nextstrainClade.as index 6348100..afa9d88 100644 --- src/hg/utils/otto/nextstrainNcov/nextstrainClade.as +++ src/hg/utils/otto/nextstrainNcov/nextstrainClade.as @@ -5,20 +5,20 @@ 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" + string countryInferred; "Country inferred by TreeTime" + string countryConf; "Top-scoring countries and confidence from TreeTime" int sampleCount; "Number of samples belonging to the clade" string[sampleCount] samples; "Samples belonging to the clade" )