src/hg/encode/encodeValidate/doEncodeValidate.pl 1.162
1.162 2009/03/06 20:36:18 mikep
maybe there are more rawdatas in future...
Index: src/hg/encode/encodeValidate/doEncodeValidate.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/encodeValidate/doEncodeValidate.pl,v
retrieving revision 1.161
retrieving revision 1.162
diff -b -B -U 4 -r1.161 -r1.162
--- src/hg/encode/encodeValidate/doEncodeValidate.pl 5 Mar 2009 21:33:21 -0000 1.161
+++ src/hg/encode/encodeValidate/doEncodeValidate.pl 6 Mar 2009 20:36:18 -0000 1.162
@@ -1081,10 +1081,11 @@
my ($view, $grant, $lab) = @_;
# Dont load any RawData* or Comparative views,
# Dont load Alignments unless they are from Gingeras or Wold labs (RNA folks like to see their RNAs)
# Riken group have RawData and RawData2 because they have colorspace fasta and quality files
- # Wold group have RawData, RawData2, RawData3, RawData4
- return ($view =~ m/^RawData[0-9]?$/ or $view eq 'Comparative'
+ # Wold group have RawData, RawData[2-7]
+ # Wold group alignments are called 'Aligns', 'Splices', 'Paired'
+ return ($view =~ m/^RawData\d*$/ or $view eq 'Comparative'
or ($view eq 'Alignments' and $grant ne "Gingeras" and $grant ne "Wold")) ? 1 : 0;
}
sub printCompositeTdbSettings {