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

1.144 2009/02/13 11:13:23 mikep
RawData3 and RawData4 types are for Wold lab
Index: src/hg/encode/encodeValidate/doEncodeValidate.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/encodeValidate/doEncodeValidate.pl,v
retrieving revision 1.143
retrieving revision 1.144
diff -b -B -U 4 -r1.143 -r1.144
--- src/hg/encode/encodeValidate/doEncodeValidate.pl	13 Feb 2009 11:08:33 -0000	1.143
+++ src/hg/encode/encodeValidate/doEncodeValidate.pl	13 Feb 2009 11:13:23 -0000	1.144
@@ -1032,9 +1032,11 @@
     for my $view (keys %{$daf->{TRACKS}}) {
         for my $key (keys %ddfSets) {
             if(defined($ddfSets{$key}{VIEWS}{$view})) {
 		# Load alignments for all Gingeras labs except CSHL as these are currently 100-400M rows
-                my $downloadOnly = $view eq 'RawData' || $view eq 'RawData2' || ($view eq 'Alignments' and ($daf->{grant} ne "Gingeras" or $daf->{lab} eq "Cshl")) ? 1 : 0;
+                my $downloadOnly = $view eq 'RawData' || $view eq 'RawData2' || 
+			$view eq 'RawData3' || $view eq 'RawData4' || 
+			($view eq 'Alignments' and ($daf->{grant} ne "Gingeras" or $daf->{lab} eq "Cshl")) ? 1 : 0;
                 if(!$downloadOnly) {
                     $setting = $setting . " " . $view . "=" . $view;
                     $visDefault = $visDefault . " " . $view . "=";
                     if($view eq "Peaks") {