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

1.220 2010/04/21 19:28:07 tdreszer
Added setType and inputType to allowable ddf terms
Index: src/hg/encode/encodeValidate/doEncodeValidate.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/encodeValidate/doEncodeValidate.pl,v
retrieving revision 1.219
retrieving revision 1.220
diff -b -B -U 4 -r1.219 -r1.220
--- src/hg/encode/encodeValidate/doEncodeValidate.pl	29 Mar 2010 20:32:38 -0000	1.219
+++ src/hg/encode/encodeValidate/doEncodeValidate.pl	21 Apr 2010 19:28:07 -0000	1.220
@@ -159,8 +159,10 @@
 our %validators = (
     files => \&validateFiles,
     view => \&validateDatasetName,
     labVersion => \&validateNoValidation,
+    setType => \&validateNoValidation,
+    inputType => \&validateNoValidation,
     softwareVersion => \&validateNoValidation,
     accession => \&validateNoValidation,
     replicate => \&validateNoValidation,
     fragLength => \&validateNoValidation,