#include <mysql++.h>#include <iostream>#include "Match.h"#include <fstream>#include "Blmodel.h"Functions | |
| Blmodel * | nextGoodModel (ResUse &res, vector< Blmodel * > &bad) |
| int | pickrep (vector< Blmodel * > &mcl, set< Blmodel * > &del, int margin, float fraction) |
| void | dump (set< Blmodel * > &rm, ostream &ous) |
| bool | createTmpDelTable (Connection &conn, const string &tabname) |
| void | storeInDelTable (set< Blmodel * > &rm, Connection &conn, const string tabname) |
| void | finalOutput (Connection &conn, const string &intab, const string &deltab, const string &outtab) |
| bool | remove_nrjunk (Connection &conn, const string &fptab) |
| void | create_footprint_exon (Connection &conn, const string &fptab, const string &fpdutab) |
| int | main (int argc, char *argv[]) |
Variables | |
| int | longModelCutoff = 50000 |
| void create_footprint_exon | ( | Connection & | conn, | |
| const string & | fptab, | |||
| const string & | fpdutab | |||
| ) |
build the exon table
| bool createTmpDelTable | ( | Connection & | conn, | |
| const string & | tabname | |||
| ) |
Referenced by main().
| void finalOutput | ( | Connection & | conn, | |
| const string & | intab, | |||
| const string & | deltab, | |||
| const string & | outtab | |||
| ) |
Referenced by main().
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Referenced by main().
| bool remove_nrjunk | ( | Connection & | conn, | |
| const string & | fptab | |||
| ) |
procedures to do some clean up Remove models that are made from know junk protein from nr. This procesure should not be mingled here. In the futrue, this needs to be moved outside of this program.
Referenced by discardLowerFootprint(), and main().
| void storeInDelTable | ( | set< Blmodel * > & | rm, | |
| Connection & | conn, | |||
| const string | tabname | |||
| ) |
Referenced by filterCDS(), and main().
| int longModelCutoff = 50000 |
Referenced by main(), and nextGoodModel().
1.5.6