ce84dec02479202e3c5da08720403faa4cf4f215 braney Thu Mar 14 12:09:42 2019 -0700 support bigGenePred with no table as a native track diff --git src/hg/lib/hgSeq.c src/hg/lib/hgSeq.c index f6bae45..56e96d9 100644 --- src/hg/lib/hgSeq.c +++ src/hg/lib/hgSeq.c @@ -15,31 +15,31 @@ #include "bed.h" #include "hgSeq.h" #include "trackHub.h" int hgSeqChromSize(char *db, char *chromName) /* get chrom size if there's a database out there, * otherwise just return 0 */ { int thisSize = 0; if (hDbExists(db)) thisSize = hChromSize(db, chromName); return thisSize; } -static void hgSeqFeatureRegionOptions(struct cart *cart, boolean canDoUTR, +void hgSeqFeatureRegionOptions(struct cart *cart, boolean canDoUTR, boolean canDoIntrons) /* Print out HTML FORM entries for feature region options. */ { char *exonStr = canDoIntrons ? " Exons" : ""; char *setting; puts("\n
"); } -static void hgSeqDisplayOptions(struct cart *cart, boolean canDoUTR, +void hgSeqDisplayOptions(struct cart *cart, boolean canDoUTR, boolean canDoIntrons, boolean offerRevComp) /* Print out HTML FORM entries for sequence display options. */ { char *casing, *repMasking; puts("\n