#include "match.h"#include <fstream>#include <cstring>#include <cstdlib>Functions | |
| void | usage () |
| string | nameOutFile (const string &inf, string ext) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
References hit::dumpRaw(), hit::fields, hit::getIdentity(), hit::getLength(), identityCut, ifstream(), nameOutFile(), hit::sameQuery(), hit::scoreAsBigAs(), and usage.
| string nameOutFile | ( | const string & | inf, | |
| string | ext | |||
| ) |
| 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.
this is a helper program to count distinct estids in the ESTId column of the combest result. So it is the actual number of ESTs mapped. This could be lower for deeply covered genome because of the coverage depth-dependent filtering.
given gmap summary format, this program converts it into combest archive format (*.car)
It can be used a pipe, or given specific file names.
this is a helper program to count distinct estids in the ESTId column of the combest result. So it is the actual number of ESTs mapped. This could be lower for deeply covered genome because of the coverage depth-dependent filtering.
1.5.6