|
ContextSV v1.0.0
|
#include "utils.h"
Functions | |
| void | printProgress (int progress, int total) |
| bool | isChrNotation (std::string vcf_filepath) |
| void | printMessage (std::string message) |
| void | printError (std::string message) |
| std::string | getElapsedTime (std::chrono::high_resolution_clock::time_point start, std::chrono::high_resolution_clock::time_point end) |
| std::string | removeChrPrefix (std::string chr) |
| void | printMemoryUsage (const std::string &functionName) |
| bool | fileExists (const std::string &filepath) |
| bool | isFileEmpty (const std::string &filepath) |
| void | closeJSON (const std::string &filepath) |
Variables | |
| std::mutex | print_mtx |
| void closeJSON | ( | const std::string & | filepath | ) |

| bool fileExists | ( | const std::string & | filepath | ) |

| std::string getElapsedTime | ( | std::chrono::high_resolution_clock::time_point | start, |
| std::chrono::high_resolution_clock::time_point | end | ||
| ) |
| bool isChrNotation | ( | std::string | vcf_filepath | ) |
| bool isFileEmpty | ( | const std::string & | filepath | ) |

| void printError | ( | std::string | message | ) |

| void printMemoryUsage | ( | const std::string & | functionName | ) |
| void printMessage | ( | std::string | message | ) |

| void printProgress | ( | int | progress, |
| int | total | ||
| ) |
| std::string removeChrPrefix | ( | std::string | chr | ) |
| std::mutex print_mtx |