src/hg/encode/encodeValidate/doEncodeValidate.pl 1.230

1.230 2010/06/03 19:37:37 tdreszer
Allow ripTgtProtein to accept control terms, specifically 'None'.
Index: src/hg/encode/encodeValidate/doEncodeValidate.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/encodeValidate/doEncodeValidate.pl,v
retrieving revision 1.229
retrieving revision 1.230
diff -b -B -U 4 -r1.229 -r1.230
--- src/hg/encode/encodeValidate/doEncodeValidate.pl	28 May 2010 20:00:16 -0000	1.229
+++ src/hg/encode/encodeValidate/doEncodeValidate.pl	3 Jun 2010 19:37:37 -0000	1.230
@@ -170,8 +170,9 @@
     setType => \&validateSetType,
     cell => \&validateControlledVocabOrControl,
     antibody => \&validateControlledVocabOrControl,
     ripAntibody => \&validateControlledVocabOrControl,
+    ripTgtProtein => \&validateControlledVocabOrControl,
     treatment => \&validateControlledVocabOrControl,
     protocol => \&validateControlledVocabOrControl,
     phase => \&validateControlledVocabOrControl,
     restrictionEnzyme => \&validateControlledVocabOrControl,