0987ef2a57422e1b7a0227b9abd7fadac942e2e8
hiram
  Fri Oct 31 15:36:18 2025 -0700
bed file definition of the output from FasTAN

diff --git src/hg/lib/fasTAN.as src/hg/lib/fasTAN.as
new file mode 100644
index 00000000000..d1ea695d354
--- /dev/null
+++ src/hg/lib/fasTAN.as
@@ -0,0 +1,9 @@
+table fasTAN
+"fasTAN - Gene Myers tandem repeats"
+    (
+    string chrom;      "Reference sequence chromosome or scaffold"
+    uint   chromStart; "Start position in chromosome"
+    uint   chromEnd;   "End position in chromosome"
+    uint   unit;       "typical repeat length"
+    uint   score;      "edit distance of the alignment: substitutions and indels
+    )