DP-HLS
|
Functions | |
map< string, std::vector < string > > | read_sequences_from_json (string file_path) |
Read form a json file storing the sequences in the format of "specie_name": "dna string". More... | |
std::vector< std::string > | readFasta (const std::string &filePath) |
template<typename T , size_t M, size_t N> | |
void | SwitchDimension (T(&src)[M][N], T(&dst)[N][M]) |
map<string, std::vector<string> > HostUtils::IO::read_sequences_from_json | ( | string | file_path | ) |
Read form a json file storing the sequences in the format of "specie_name": "dna string".
file_path |
std::vector<std::string> HostUtils::IO::readFasta | ( | const std::string & | filePath | ) |
void HostUtils::IO::SwitchDimension | ( | T(&) | src[M][N], |
T(&) | dst[N][M] | ||
) |