4a819ccfe7f5074c2295daacd838731fe59534fb max Tue Sep 17 02:16:07 2019 -0700 new avada track, refs #24156 diff --git src/hg/makeDb/avada/avada.as src/hg/makeDb/avada/avada.as new file mode 100644 index 0000000..aaf97b0 --- /dev/null +++ src/hg/makeDb/avada/avada.as @@ -0,0 +1,19 @@ +table bed12wSeq +"Browser extensible data (12 fields) plus two sequences" + ( + 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 pmid; "Pubmed ID" + string geneSym; "Gene Symbol" + string variant; "Variant as in Paper" + string ensId; "Gene (Ensembl)" + string entrezs; "Gene (Entrez)" + string refSeq; "Transcript (RefSeq)" + )