vg
tools for working with variation graphs
|
#include "bdsg/internal/utility.hpp"
Namespaces | |
bdsg | |
Functions | |
int | omp_get_num_threads (void) throw () |
char | bdsg::reverse_complement (const char &c) |
string | bdsg::reverse_complement (const string &seq) |
void | bdsg::reverse_complement_in_place (string &seq) |
bool | bdsg::is_all_n (const string &seq) |
bool | bdsg::allATGC (const string &s) |
bool | bdsg::allATGCN (const string &s) |
string | bdsg::nonATGCNtoN (const string &s) |
string | bdsg::toUppercase (const string &s) |
string | bdsg::format_memory (size_t s) |
int | bdsg::get_thread_count (void) |
int omp_get_num_threads | ( | void | ) | ||
throw | ( | ||||
) |