ContextSV 0.0.1
Integrative SV calling.
All Classes Files Functions Variables Typedefs Macros
utils.h
Go to the documentation of this file.
1// Utility functions
2
3#ifndef UTILS_H
4#define UTILS_H
5
6
7// Print the progress of a task
8void printProgress(int progress, int total);
9
10#endif // UTILS_H
void printProgress(int progress, int total)
Definition utils.cpp:10