c8f9d39eabf459b398a68093ff4abef15d8be5f3 hiram Wed Feb 22 11:55:23 2012 -0800 only need the .as file, not the .sql file diff --git src/hg/lib/kgXrefPrevious.as src/hg/lib/kgXrefPrevious.as new file mode 100644 index 0000000..f3a82b4 --- /dev/null +++ src/hg/lib/kgXrefPrevious.as @@ -0,0 +1,12 @@ +table kgXrefPrevious +"Link together a Known Gene ID and a gene alias" + ( + string kgID; "Known Gene ID" + string mRNA; "mRNA ID" + string spID; "UniProt protein Accession number" + string spDisplayID; "UniProt display ID" + string geneSymbol; "Gene Symbol" + string refseq; "RefSeq ID" + string protAcc; "NCBI protein Accession number" + lstring description; "Description" + )