a64bc5a6cfe9756104a86f633b0f0a01772c4b83 lrnassar Wed Oct 6 16:55:59 2021 -0700 Updating a few things on otto. For the most part these are changes to the wrapper emails, which had not been updated in git, and the big changes are were done by engineers directly to the hive copy without updating the tree version. The big updates for clinvar were Max, and decipher was Braney I believe. To clarify, these now updated versions are the ones that have been running daily/weekly, so all of it has been in action already. diff --git src/hg/utils/otto/lovd/lovd.long.as src/hg/utils/otto/lovd/lovd.long.as index 1e80919..be656d3 100644 --- src/hg/utils/otto/lovd/lovd.long.as +++ src/hg/utils/otto/lovd/lovd.long.as @@ -1,17 +1,17 @@ -table lovdLong +table lovd "Leiden Open Variation Database Public Variants" ( string chrom; "Chromosome (or contig, scaffold, etc.)" uint chromStart; "Start position in chromosome" uint chromEnd; "End position in chromosome" string name; "Name of item" uint score; "Score from 0-1000" char[1] strand; "+ or -" uint thickStart; "Start of where display should be thick (start codon)" uint thickEnd; "End of where display should be thick (stop codon)" uint reserved; "Used as itemRgb as of 2004-11-22" string id; "Link to LOVD" string variantEffect; "Variant Effect" string lovdInstalls; "Number of LOVD installations reporting this variant" )