src/hg/encode/encodeValidate/doEncodeValidate.pl 1.176
1.176 2009/04/07 18:21:30 kate
Subtracks are no longer by default set to be configurable, due to performance issues. Change at wrangler's discretion
Index: src/hg/encode/encodeValidate/doEncodeValidate.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/encodeValidate/doEncodeValidate.pl,v
retrieving revision 1.175
retrieving revision 1.176
diff -b -B -U 4 -r1.175 -r1.176
--- src/hg/encode/encodeValidate/doEncodeValidate.pl 7 Apr 2009 18:15:57 -0000 1.175
+++ src/hg/encode/encodeValidate/doEncodeValidate.pl 7 Apr 2009 18:21:30 -0000 1.176
@@ -1700,13 +1700,15 @@
}
print TRACK_RA " priority " . ($priority + $daf->{TRACKS}{$view}{order}) . "\n";
# noInherit is necessary b/c composite track will often have a different dummy type setting.
print TRACK_RA " noInherit on\n";
- if($view eq 'RawSignal' and 0) { # Sorry tim, you will have to list your projects here
- print TRACK_RA " configurable off\n";
- } else {
- print TRACK_RA " configurable on\n";
- }
+ # removing default individual subtrack configurability, for performance reasons
+ # add back as needed, by wrangler discretion
+ #if($view eq 'RawSignal' and 0) { # Sorry tim, you will have to list your projects here
+ #print TRACK_RA " configurable off\n";
+ #} else {
+ #print TRACK_RA " configurable on\n";
+ #}
if($type eq 'wig') {
print TRACK_RA <<END;
spanList first
windowingFunction mean