#include "entry.h"
#include "genome.h"
#include "compare_entries.h"
#include <iostream>
#include <algorithm>
#include <fstream>
#include <string>
#include <set>
Classes | |
class | Table< GENOME_TYPE > |
Defines | |
#define | PRINT_DELETED_PARALOGS 1 |
|
When this Macro's value is 1, the deleted entries in the RemoveParalogs step are printed to two given files. when the Macro's value is 0, the deleted entries arent deleted. The reason of making a macro for this is because these files arent used yet in the software. |