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

1.198 2009/10/08 18:14:34 braney
make validationSettings required
Index: src/hg/encode/encodeValidate/doEncodeValidate.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/encodeValidate/doEncodeValidate.pl,v
retrieving revision 1.197
retrieving revision 1.198
diff -b -B -U 4 -r1.197 -r1.198
--- src/hg/encode/encodeValidate/doEncodeValidate.pl	7 Oct 2009 23:29:25 -0000	1.197
+++ src/hg/encode/encodeValidate/doEncodeValidate.pl	8 Oct 2009 18:14:34 -0000	1.198
@@ -1142,9 +1142,12 @@
                     return 1;
                 }
             }
         }
+    } else  {
+        die "Must specify validationSettings in daf\n";
     }
+
     if( scalar(@_) > 1 ) {
 	return "";
     }
     return 0;