#include <genoFind.h>
Collaboration diagram for gfOutput:

Data Fields | |
| gfOutput * | next |
| void * | data |
| void(* | out )(char *chromName, int chromSize, int chromOffset, struct ffAli *ali, bioSeq *tSeq, struct hash *t3Hash, bioSeq *qSeq, boolean qIsRc, boolean tIsRc, enum ffStringency stringency, int minMatch, struct gfOutput *out) |
| void(* | queryOut )(struct gfOutput *out, FILE *f) |
| void(* | fileHead )(struct gfOutput *out, FILE *f) |
| boolean | reportTargetStrand |
| hash * | maskHash |
| int | minGood |
| boolean | qIsProt |
| boolean | tIsProt |
| int | queryIx |
| boolean | includeTargetFile |
Definition at line 130 of file genoFind.h.
struct gfOutput* gfOutput::next [read] |
Definition at line 133 of file genoFind.h.
| void* gfOutput::data |
Definition at line 134 of file genoFind.h.
Referenced by axtQueryOut(), blastQueryOut(), gfOutputAxtMem(), gfOutputBlast(), gfOutputPsl(), gfOutputSim4(), mafQueryOut(), pslOut(), saveAxtBundle(), and sim4QueryOut().
| void(* gfOutput::out)(char *chromName, int chromSize, int chromOffset, struct ffAli *ali, bioSeq *tSeq, struct hash *t3Hash, bioSeq *qSeq, boolean qIsRc, boolean tIsRc, enum ffStringency stringency, int minMatch, struct gfOutput *out) |
| void(* gfOutput::queryOut)(struct gfOutput *out, FILE *f) |
Referenced by gfOutputBlast(), and gfOutputSim4().
| void(* gfOutput::fileHead)(struct gfOutput *out, FILE *f) |
Referenced by bigBlat(), and gfOutputPsl().
| boolean gfOutput::reportTargetStrand |
Definition at line 169 of file genoFind.h.
Referenced by doBlat(), gfClient(), pslOut(), transTripleSearch(), and tripleSearch().
struct hash* gfOutput::maskHash [read] |
| boolean gfOutput::qIsProt |
Definition at line 172 of file genoFind.h.
Referenced by blastQueryOut(), pslOut(), and saveAxtBundle().
| boolean gfOutput::tIsProt |
| boolean gfOutput::includeTargetFile |
Definition at line 175 of file genoFind.h.
Referenced by doBlat(), gfAlignStrand(), gfAlignTrans(), and gfAlignTransTrans().
1.5.2