6afca455c54a8978418619a55933beb76897e09c hiram Wed Jun 26 14:59:55 2024 -0700 code to work with genomePriority.hgcentral table refs #32897 diff --git src/hg/lib/genomePriority.as src/hg/lib/genomePriority.as new file mode 100644 index 0000000..6807390 --- /dev/null +++ src/hg/lib/genomePriority.as @@ -0,0 +1,10 @@ +table genomePriority +"listing all UCSC genomes, dbDb or GenArk, with search priority" + ( + string name; "UCSC genome: dbDb name or GenArk accession" + uint priority; "assigned search priority" + string commonName; "a common name" + string scientificName; "binomial scientific name" + uint taxId; "Entrez taxon ID: www.ncbi.nlm.nih.gov/taxonomy/?term=xxx" + string description; "other description text" + )