src/hg/hgc/virusClick.h 1.1

1.1 2009/06/12 07:21:30 markd
added support for chimera in H1N1 prototype; also some refactoring
Index: src/hg/hgc/virusClick.h
===================================================================
RCS file: src/hg/hgc/virusClick.h
diff -N src/hg/hgc/virusClick.h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ src/hg/hgc/virusClick.h	12 Jun 2009 07:21:30 -0000	1.1
@@ -0,0 +1,8 @@
+/* virusClick - hgc code for a prototype virus browser on the h1n1 genome */
+#ifndef VIRUSCLICK_H
+#define VIRUSCLICK_H
+
+void doH1n1Seq(struct trackDb *tdb, char *item);
+/* Show extra info for H1N1 Seq  Annotations track. */
+
+#endif