src/hg/utils/automation/Encode.pm 1.41
1.41 2009/04/29 23:24:09 mikep
add tagAligns as bigbed becuase they are too big to load to mysql
Index: src/hg/utils/automation/Encode.pm
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/Encode.pm,v
retrieving revision 1.40
retrieving revision 1.41
diff -b -B -U 4 -r1.40 -r1.41
--- src/hg/utils/automation/Encode.pm 15 Apr 2009 00:10:53 -0000 1.40
+++ src/hg/utils/automation/Encode.pm 29 Apr 2009 23:24:09 -0000 1.41
@@ -42,9 +42,10 @@
our $sqlCreate = "/cluster/bin/sqlCreate";
# Add type names to this list for types that can be loaded via .sql files (e.g. bed5FloatScore.sql)
# You also have to make sure the .sql file is copied into the $sqlCreate directory.
-our @extendedTypes = ("narrowPeak", "broadPeak", "gappedPeak", "tagAlign", "pairedTagAlign", "bed5FloatScore");
+our @extendedTypes = ("narrowPeak", "broadPeak", "gappedPeak", "pairedTagAlign", "bed5FloatScore");
+our @bigBedTypes = ("tagAlign");
sub newestFile
{
# Get the most recently modified file from a list