13d50002b54653bf8579092e518a479b978ab7fa
braney
  Fri Mar 3 13:52:56 2023 -0800
ongoing work on snakes... added optional dotplot for bigPsl hgc pages

diff --git src/hg/hgc/dotPlot.h src/hg/hgc/dotPlot.h
new file mode 100644
index 0000000..a1c4455
--- /dev/null
+++ src/hg/hgc/dotPlot.h
@@ -0,0 +1,9 @@
+
+/* dotPlot - */
+
+/* Copyright (C) 2023 The Regents of the University of California 
+ * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */
+#ifndef DOTPLOT_H
+#define DOTPLOT_H
+void bigPslDotPlot(struct trackDb *tdb, struct bbiFile *bbi, char *chrom, int start, int end);
+#endif /*DOTPLOT_H*/