#include <iostream>#include <fstream>#include <string>#include <cstring>#include <cstdlib>Functions | |
| void | cleanfasta (const string &file, const string &ofile, const string &prefix) |
| void | trimN (string &seq) |
| bool | isSimple (const string &seq) |
| int | main (int argc, char *argv[]) |
| void cleanfasta | ( | const string & | file, | |
| const string & | ofile, | |||
| const string & | prefix | |||
| ) |
| bool isSimple | ( | const string & | seq | ) |
Referenced by cleanfasta().
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
References cleanfasta().
| void trimN | ( | string & | seq | ) |
Referenced by cleanfasta().
1.5.6