#include "gn/gnSequence.h"
#include "gn/gnGBKSource.h"
#include "gn/gnFASSource.h"
#include <algorithm>
Go to the source code of this file.
Functions | |
boolean | LocationLessthan (const gnLocation &a, const gnLocation &b) |
boolean | LocationEndLessthan (const gnLocation &a, const gnLocation &b) |
boolean | LocationSizeLessthan (const gnLocation &a, const gnLocation &b) |
void | ComplementLocation (vector< gnLocation > &l_list) |
void | DeleteRepeats (list< gnLocation > &loc_list) |
void | WriteData (gnSequence &file_sequence, list< gnLocation > &loc_list, string &filename) |
void | WriteList (list< gnLocation > &loc_list, string &filename) |
void | print_usage (char *pname) |
int | main (int argc, char *argv[]) |
|
Definition at line 26 of file testTests.cpp. Referenced by main().
|
|
Definition at line 52 of file testTests.cpp. Referenced by main().
|
|
Definition at line 14 of file testTests.cpp. Referenced by DeleteRepeats().
|
|
Definition at line 8 of file testTests.cpp. |
|
Definition at line 20 of file testTests.cpp. |
|
Definition at line 73 of file testTests.cpp. Referenced by main().
|
|
Definition at line 91 of file testTests.cpp. Referenced by main().
|
|
Definition at line 104 of file testTests.cpp. |
|
Definition at line 100 of file testTests.cpp. Referenced by main().
|