|
analyzeAlignments
Estimating sequence diversity from sequence alignments
|
Extract unique sequences from an alignment segment. More...
#include <fstream>#include <iostream>#include <algorithm>#include <cctype>#include <string>#include "extraFunctions.hpp"#include "fastaParser.hpp"
Functions | |
| int | main (int argc, char *argv[]) |
Extract unique sequences from an alignment segment.
Read a FASTA alignment file and, extract a segment, and save to a separate file.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |