b638c1d328d8febc1d4cd8597b7cc358bebc39f3
braney
  Wed Sep 22 16:55:52 2021 -0700
take out special handling of lrgTranscriptAli track in favor of the
standard bigPsl routines

diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c
index b0d0526..621dbb5 100644
--- src/hg/hgc/hgc.c
+++ src/hg/hgc/hgc.c
@@ -27169,34 +27169,30 @@
     {
     doCosmic(tdb, item);
     }
 else if (startsWith("geneReviews", table))
     {
     doGeneReviews(tdb, item);
     }
 else if (startsWith("qPcrPrimers", table))
     {
     doQPCRPrimers(tdb, item);
     }
 else if (sameString("lrg", table))
     {
     doLrg(tdb, item);
     }
-else if (sameString("lrgTranscriptAli", table))
-    {
-    doLrgTranscriptPsl(tdb, item);
-    }
 else if (sameWord(table, "htcLrgCdna"))
     {
     htcLrgCdna(item);
     }
 else if (startsWith("peptideAtlas", table))
     {
     doPeptideAtlas(tdb, item);
     }
 else if (startsWith("gtexGene", table))
     {
     doGtexGeneExpr(tdb, item);
     }
 else if (startsWith("gtexEqtlCluster", table))
     {
     doGtexEqtlDetails(tdb, item);