#include <iostream>#include <fstream>#include "GenModel.h"#include <cstring>Functions | |
| void | usage () |
| void | storePathInfo (const map< int, int > &ps, const string &file) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
References archiveAln(), readandstoreGmap(), storePathInfo(), and usage.
| void storePathInfo | ( | const map< int, int > & | ps, | |
| const string & | file | |||
| ) |
Referenced by main().
| void usage | ( | ) |
given gmap summary format, this program converts it into combest archive format (*.car)
It can be used a pipe, or given specific file names.
1.5.6