/* numtsClick - hgc code to display Numts track item detail page */

/* Copyright (C) 2012 The Regents of the University of California 
 * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */
#ifndef NUMTSCLICK_H
#define NUMTSCLICK_H

void doNumtS(struct trackDb *tdb, char *item);
/* Put up page for NumtS. */

#endif
