src/hg/utils/automation/Encode.pm 1.47

1.47 2009/10/02 23:45:38 kate
Add custom bed schema for Weng lab
Index: src/hg/utils/automation/Encode.pm
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/Encode.pm,v
retrieving revision 1.46
retrieving revision 1.47
diff -b -B -U 4 -r1.46 -r1.47
--- src/hg/utils/automation/Encode.pm	24 Sep 2009 00:01:26 -0000	1.46
+++ src/hg/utils/automation/Encode.pm	2 Oct 2009 23:45:38 -0000	1.47
@@ -42,9 +42,9 @@
 
 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", "pairedTagAlign", "bed5FloatScore", "wgEncodeWengTfbsValid");
 # 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");