7d0d819ed29f8a0501c3e8e99930b83ccdbf65e4 hiram Mon Apr 12 14:01:50 2021 -0700 genark table definition to relate GC accession to hub url refs #27285 diff --git src/hg/lib/genark.as src/hg/lib/genark.as new file mode 100644 index 0000000..db2e159 --- /dev/null +++ src/hg/lib/genark.as @@ -0,0 +1,11 @@ +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" + ) +