fd95861dbf3dd970c833b11076daa0da8738b1e8
angie
Fri Mar 20 16:43:31 2020 -0700
Adding 3 tracks derived from nextstrain.org: Nextstrain {Genes, Clades, Variants}. refs #25188
diff --git src/hg/utils/otto/nextstrainNcov/nextstrainClade.as src/hg/utils/otto/nextstrainNcov/nextstrainClade.as
new file mode 100644
index 0000000..c29f372
--- /dev/null
+++ src/hg/utils/otto/nextstrainNcov/nextstrainClade.as
@@ -0,0 +1,19 @@
+table nextstrainClade
+"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; "Characteristic variant names"
+ int sampleCount; "Number of samples belonging to the clade"
+ string[sampleCount] samples; "Samples belonging to the clade"
+ )