ae8dc8ab5e2c121398f31531c701ea064fb19aeb braney Thu Apr 4 07:05:40 2019 -0700 add the ability to search the MANE track diff --git src/hg/hgTracks/lolly.h src/hg/hgTracks/lolly.h new file mode 100644 index 0000000..eead786 --- /dev/null +++ src/hg/hgTracks/lolly.h @@ -0,0 +1,14 @@ + +/* lolly.h - stuff unique to lollipop charts */ + +/* Copyright (C) 2019 The Regents of the University of California + * See README in this or parent directory for licensing information. */ +#ifndef LOLLY_H +#define LOLLY_H + + +/* lollyOptions structure */ +struct lollyOptions + { + }; +#endif