43131e22c1124612275ed6a49fed2caad4389be5 cline Wed Sep 14 15:19:48 2011 -0700 Added an rfam accession field to the end of the kgXref table diff --git src/hg/lib/kgXref.as src/hg/lib/kgXref.as index dfdbabe..8287247 100644 --- src/hg/lib/kgXref.as +++ src/hg/lib/kgXref.as @@ -1,12 +1,13 @@ table kgXref "Link together a Known Gene ID and a gene alias" ( string kgID; "Known Gene ID" string mRNA; "mRNA ID" string spID; "SWISS-PROT protein Accession number" string spDisplayID; "SWISS-PROT display ID" string geneSymbol; "Gene Symbol" string refseq; "RefSeq ID" string protAcc; "NCBI protein Accession number" lstring description; "Description" + string rfamAcc; "Rfam accession number" )