#include <htslib/sam.h>
#include <htslib/synced_bcf_reader.h>
Go to the source code of this file.
◆ closeJSON()
| void closeJSON |
( |
const std::string & |
filepath | ) |
|
◆ fileExists()
| bool fileExists |
( |
const std::string & |
filepath | ) |
|
◆ getElapsedTime()
| std::string getElapsedTime |
( |
std::chrono::high_resolution_clock::time_point |
start, |
|
|
std::chrono::high_resolution_clock::time_point |
end |
|
) |
| |
◆ isFileEmpty()
| bool isFileEmpty |
( |
const std::string & |
filepath | ) |
|
◆ printError()
| void printError |
( |
std::string |
message | ) |
|
◆ printMemoryUsage()
| void printMemoryUsage |
( |
const std::string & |
functionName | ) |
|
◆ printMessage()
| void printMessage |
( |
std::string |
message | ) |
|