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/spVariant.as src/hg/lib/spVariant.as new file mode 100644 index 0000000..06b5dc4 --- /dev/null +++ src/hg/lib/spVariant.as @@ -0,0 +1,6 @@ +table spVariant "mapping from uniProt id's to variant spelling" + ( + string parent; "uniProt name without added variant info" + string variant; "uniProt name with variant info added" + + )