#include <iostream>#include <fstream>#include <sstream>#include "version.h"#include <set>#include <cstring>Functions | |
| void | chopEnds (char *&w) |
| void | readAcc (ifstream &ins, set< version > &vset) |
| void | save (ostringstream &bf, ifstream &ins, ofstream &ous) |
| int | main (int argc, char *argv[]) |
Variables | |
| const int | LLEN = 83 |
| void chopEnds | ( | char *& | w | ) |
removes double quotes from beginning and ends
Referenced by readAcc().
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Compares the ACC.version file from one file with the GenBank flat file. Picks new entries from the GenBank flat file First go to ace and run the aql select s->version from s in class sequence and dump the result as text
References version::get(), ifstream(), LLEN, version::newer(), readAcc(), and save().
| void readAcc | ( | ifstream & | ins, | |
| set< version > & | vset | |||
| ) |
| void save | ( | ostringstream & | bf, | |
| ifstream & | ins, | |||
| ofstream & | ous | |||
| ) |
1.5.6