src/hg/utils/automation/Encode.pm 1.42
1.42 2009/04/30 03:32:34 mikep
updated message
Index: src/hg/utils/automation/Encode.pm
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/Encode.pm,v
retrieving revision 1.41
retrieving revision 1.42
diff -b -B -U 4 -r1.41 -r1.42
--- src/hg/utils/automation/Encode.pm 29 Apr 2009 23:24:09 -0000 1.41
+++ src/hg/utils/automation/Encode.pm 30 Apr 2009 03:32:34 -0000 1.42
@@ -43,8 +43,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", "pairedTagAlign", "bed5FloatScore");
+# Add type names to this list for types that can be loaded as bigBed via .as files (e.g. tagAlign.as)
+# You also have to make sure the .as file is copied into the $sqlCreate directory.
our @bigBedTypes = ("tagAlign");
sub newestFile
{