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/spOldNew.as src/hg/lib/spOldNew.as new file mode 100644 index 0000000..f8ed215 --- /dev/null +++ src/hg/lib/spOldNew.as @@ -0,0 +1,6 @@ +table spOldNew "mapping from old uniProt display id's to species specific names" + ( + string acc; "uniProt id" + string oldDisplayId; "old uniProt display id without species added" + string newDisplayId; "uniProt display id maybe with species added" + )