8dd799a01528392c822e3225bff86e5b8afcacde fanhsu Mon Aug 15 08:24:12 2011 -0700 Changed omimPhenotypeClassColName from phenotypeClass to omimPhenoMapKey. diff --git src/hg/inc/omim.h src/hg/inc/omim.h index d760e53..6c4d994 100644 --- src/hg/inc/omim.h +++ src/hg/inc/omim.h @@ -1,7 +1,7 @@ // Declarations for OMIM related stuff -// old name to be changed later -#define omimPhenotypeClassColName "phenotypeClass" -// new name to be used later -//#define omimPhenotypeClassColName "omimPhenoMapKey" +// old name +//#define omimPhenotypeClassColName "phenotypeClass" +// new name to be used +#define omimPhenotypeClassColName "omimPhenoMapKey"