0e016ca51069bf70ea5c9e08d7ef2fa4dd81a838 max Wed Feb 10 06:11:16 2021 -0800 adding makedoc for cadd track, refs #18492 diff --git src/hg/makeDb/cadd/cadd.as src/hg/makeDb/cadd/cadd.as new file mode 100644 index 0000000..2efcd03 --- /dev/null +++ src/hg/makeDb/cadd/cadd.as @@ -0,0 +1,15 @@ +table cadd +"Browser extensible data (8 fields) plus CADD score and sequence (deleted or inserted)" + ( + 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 itemRgb; "itemRgb color" + lstring change; "Nucleotide change" + string phred; "Phread score" + )