/* virusClick - hgc code for a prototype virus browser on the h1n1 genome */

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

void doH1n1Gene(struct trackDb *tdb, char *item);

void doH1n1Seq(struct trackDb *tdb, char *item);
/* Show extra info for H1N1 Seq  Annotations track. */

#endif
