2373cd564a862f870831fc66bb4687e422848ffa
markd
  Sat Jun 7 14:11:06 2025 -0700
Import of CLS Long Read Data from GENCODE / CRG (aka what I did in Barcelona)

diff --git src/hg/makeDb/outside/clsLongReadRna/clsTargetBed.as src/hg/makeDb/outside/clsLongReadRna/clsTargetBed.as
new file mode 100644
index 00000000000..c7e3662b231
--- /dev/null
+++ src/hg/makeDb/outside/clsLongReadRna/clsTargetBed.as
@@ -0,0 +1,12 @@
+table clsTargetBed
+"CLS target regions"
+    (
+    string chrom;      "Chromosome"
+    uint   chromStart; "Start position in chromosome"
+    uint   chromEnd;   "End position in chromosome"
+    string name;       "Target number"
+    uint   score;      "unused"
+    char[1] strand;    "+ or -"
+    int targetIdCnt;  "Number of target ids for this merged region"
+    string[targetIdCnt] targetIds;  "Targets ids that are part of this region"
+    )