#include <algorithm>
#include <filesystem>
#include <fstream>
#include <iostream>
#include <map>
#include <numeric>
#include <stdexcept>
#include <string>
#include <vector>
|
| std::vector< int > | suffix_array (const std::string &s) |
| |
| bool | read_fasta_sequence (std::istream &in, std::string &header, std::string &sequence) |
| |
| int | main (int argc, char *argv[]) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ read_fasta_sequence()
| bool read_fasta_sequence |
( |
std::istream & |
in, |
|
|
std::string & |
header, |
|
|
std::string & |
sequence |
|
) |
| |
◆ suffix_array()
| std::vector< int > suffix_array |
( |
const std::string & |
s | ) |
|