0b6df1bb55673743a9edd4c67c1db3c7a5098414 cline Mon Jan 23 11:16:53 2012 -0800 In response to Redmine #6660, which rightly points out that the table descriptors are outdated where they reference SwissProt protein IDs, updated the table descriptors to indicate that those fields are actually UniProt IDs diff --git src/hg/lib/kgXref.as src/hg/lib/kgXref.as index 6d77f00..5c60a6f 100644 --- src/hg/lib/kgXref.as +++ src/hg/lib/kgXref.as @@ -1,14 +1,14 @@ 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 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" string rfamAcc; "Rfam accession number" string tRnaName; "Name from the tRNA track" )