3ec9dec14cfbbe94f51eb94dd0cc861cad375f97
braney
  Tue Apr 17 18:58:18 2012 -0700
ongoing work on #6152.   Now with non-synonymous changes!  (well, at least with respect to the genomic DNA)
diff --git src/hg/inc/gpFx.h src/hg/inc/gpFx.h
index 478a562..09ad166 100644
--- src/hg/inc/gpFx.h
+++ src/hg/inc/gpFx.h
@@ -1,22 +1,22 @@
 #ifndef GPFX_H
 #define GPFX_H
 
 #include "variant.h"
 #include "soterm.h"
 
 // a single gpFx variant effect call
 struct gpFx
 {
 struct gpFx *next;
 
 struct soCall so;
 };
 
 struct gpFx *gpFxPredEffect(struct variant *variant, struct genePred *pred,
-    char **returnTranscript, char **returnCoding);
+    struct dnaSeq *transcriptSequence);
 // return the predicted effect(s) of a variation list on a genePred
 
 // number of bases up or downstream that we flag
 #define GPRANGE 500
 
 #endif /* GPFX_H */