cfb63bd22072217bc504665d8abeb5f81587c8d7 hiram Thu Sep 15 18:09:14 2016 -0700 better to call chromXref as chromAlias and now is a three column table with primary key refs #18027 diff --git src/hg/lib/chromXref.as src/hg/lib/chromXref.as deleted file mode 100644 index 0c9b688..0000000 --- src/hg/lib/chromXref.as +++ /dev/null @@ -1,8 +0,0 @@ -table chromXref -"correspondence of UCSC chromosome names to refseq, genbank, and ensembl names" - ( - string ucsc; "UCSC genome browser chromosome name" - string refseq; "RefSeq assembly accession (n/a when not available)" - string genbank; "Genbank assembly accession (n/a when not available)" - string ensembl; "Ensembl chromosome name (n/a when not available)" - )