e199edebab9458a3b535bb2d0e32c52167d8fdae
jcasper
  Fri Apr 15 14:09:59 2022 -0700
Adding pack/squish to hic tracks, plus interaction distance filters.  refs #29280

diff --git src/hg/hgTracks/simpleTracks.c src/hg/hgTracks/simpleTracks.c
index 9f39837..30717d9 100644
--- src/hg/hgTracks/simpleTracks.c
+++ src/hg/hgTracks/simpleTracks.c
@@ -14240,30 +14240,31 @@
     }
 else if (sameWord(type, "netAlign"))
     {
     netMethods(track);
     }
 else if (sameWord(type, "maf"))
     {
     mafMethods(track);
     }
 else if (sameWord(type, "bam"))
     {
     bamMethods(track);
     }
 else if (sameWord(type, "hic"))
     {
+    tdb->canPack = TRUE;
     hicMethods(track);
     }
 #ifdef USE_HAL
 else if (sameWord(type, "pslSnake"))
     {
     halSnakeMethods(track, tdb, wordCount, words);
     }
 else if (sameWord(type, "halSnake"))
     {
     halSnakeMethods(track, tdb, wordCount, words);
     }
 #endif
 else if (sameWord(type, "vcfPhasedTrio"))
     {
     vcfPhasedMethods(track);