c3786681696b93476299dfbfb832b355035861b1
hiram
  Sat Jun 29 15:13:45 2024 -0700
ready for an upgrade to the genark table to add columns currently maintain compatible behavior with previous genark table refs #32596;

diff --git src/hg/lib/genark.as src/hg/lib/genark.as
index db2e159..a35ede4 100644
--- src/hg/lib/genark.as
+++ src/hg/lib/genark.as
@@ -1,11 +1,12 @@
 table genark
 "index to UCSC assembly hubs"
     (
     string gcAccession; "GC[AF] accssion identifier, e.g.: GCF_000001405.39"
     string hubUrl;      "path name to hub.txt: GCF/000/001/405/GCF_000001405.39/hub.txt"
     string asmName;     "assembly name: GRCh38.p13"
     string scientificName; "scientific name: Homo sapiens"
     string commonName;  "common name: human"
     int taxId;          "taxon id: 9606"
+    int priority;       "search priority to order hgGateway results"
+    string clade;       "clade group in the GenArk system"
     )
-