02cde523ac35d39d49c732358d0e8b4864eb4eec braney Wed Mar 19 18:12:07 2014 -0700 adding AS files for tables in the proteome database that didn't havethem. diff --git src/hg/lib/spReactomeId.as src/hg/lib/spReactomeId.as new file mode 100644 index 0000000..4cbd12d --- /dev/null +++ src/hg/lib/spReactomeId.as @@ -0,0 +1,5 @@ +table spReactomeId "mapping from uniProt id to Reactome db id" + ( + string spID; "UniProt protein Accession number" + string DB_ID; "Reactome DB_ID" + )