0f42d7fc723850694dd33dc22be6817a6c9446f0
jcasper
  Mon Aug 12 09:49:39 2024 -0700
Adding hReplaceGbdb call to cStraw to handle local hic files in GBiB, refs #27851

diff --git src/hg/lib/straw/straw.cpp src/hg/lib/straw/straw.cpp
index a8ad55f..47fa883 100644
--- src/hg/lib/straw/straw.cpp
+++ src/hg/lib/straw/straw.cpp
@@ -23,31 +23,30 @@
 */
 #include <cstring>
 #include <iostream>
 #include <fstream>
 #include <sstream>
 #include <map>
 #include <cmath>
 #include <set>
 #include <utility>
 #include <vector>
 #include <streambuf>
 //#include <curl/curl.h>
 #include <iterator>
 #include <algorithm>
 #include "zlib.h"
-//#include "straw.h"
 #include "straw.h"
 extern "C" {
 #include "../../inc/fakeCurl.h"
 }
 
 using namespace std;
 
 
 // Added UCSC: Dirty hack, but it's hard to quickly extract a list of available normalization options.
 // This gets populated by readFooter and readFooterURL, so you have to make a quick dummy data request
 // with straw() to set it up (e.g. to the first listed chromosome for a 1 bp window).
 set<string> globalNormOptions;
 
 /*
   Straw: fast C++ implementation of dump. Not as fully featured as the