f4c84499359489ba3f2d4d8047f1dd3e9fd8f402
hiram
  Tue Aug 31 16:13:41 2010 -0700
adding PSL configuration for multi-views
diff --git src/hg/lib/trackDbCustom.c src/hg/lib/trackDbCustom.c
index 01b1bae..5b6833c 100644
--- src/hg/lib/trackDbCustom.c
+++ src/hg/lib/trackDbCustom.c
@@ -595,6 +595,8 @@
     cType = cfgChain;
 else if (startsWith("bam", type))
     cType = cfgBam;
+else if (startsWith("psl", type))
+    cType = cfgPsl;
 // TODO: Only these are configurable so far
 
 if(cType == cfgNone && warnIfNecessary)