110329b274d3e77d46cedfea05ac44a20682719e
braney
  Wed Feb 5 13:12:28 2020 -0800
use mitochondrial code on chrMT

diff --git src/hg/inc/hdb.h src/hg/inc/hdb.h
index 307c990..ca2c2af 100644
--- src/hg/inc/hdb.h
+++ src/hg/inc/hdb.h
@@ -1037,16 +1037,19 @@
 char *hFindLatestSnpTableConn(struct sqlConnection *conn, char *suffix);
 /* Return the name of the 'snp1__<suffix>' table with the highest build number, if any.
  * suffix may be NULL to get the 'All SNPs' table (as opposed to Common, Flagged, Mult). */
 
 char *hFindLatestGencodeTableConn(struct sqlConnection *conn, char *suffix);
 /* Return the 'wgEncodeGencode<suffix>V<version>' table with the highest version number, if any.
  * If suffix is NULL, it defaults to Basic. */
 
 boolean hDbHasNcbiRefSeq(char *db);
 /* Return TRUE if db has NCBI's RefSeq alignments and annotations. */
 
 char *hRefSeqAccForChrom(char *db, char *chrom);
 /* Return the RefSeq NC_000... accession for chrom if we can find it, else just chrom.
  * db must never change. */
 
+boolean isMito(char *chrom);
+/* Return True if chrom is chrM or chrMT */
+
 #endif /* HDB_H */