src/hg/utils/automation/Encode.pm 1.52
1.52 2009/12/04 23:34:37 braney
move pairedTagAlign to bigBedTypes
Index: src/hg/utils/automation/Encode.pm
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/Encode.pm,v
retrieving revision 1.51
retrieving revision 1.52
diff -b -B -U 4 -r1.51 -r1.52
--- src/hg/utils/automation/Encode.pm 1 Dec 2009 19:59:52 -0000 1.51
+++ src/hg/utils/automation/Encode.pm 4 Dec 2009 23:34:37 -0000 1.52
@@ -44,12 +44,12 @@
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");
+our @extendedTypes = ("narrowPeak", "broadPeak", "gappedPeak", "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");
+our @bigBedTypes = ("pairedTagAlign","tagAlign");
sub newestFile
{
# Get the most recently modified file from a list