ContextSV 0.0.1
Integrative SV calling.
All Classes Files Functions Variables Typedefs Macros
swig_interface.h
Go to the documentation of this file.
1//
2// swig_interface.h:
3// Declare the C++ functions that will be wrapped by SWIG
4//
5
6#ifndef SWIG_INTERFACE_H
7#define SWIG_INTERFACE_H
8
9#include "input_data.h"
10
12#include <string>
14
15int run(std::string bam_fp, std::string ref_fp, std::string snps_fp, std::string outdir, std::string region, std::string chr_cov, std::string pfb_fp);
16
17#endif // SWIG_INTERFACE_H
int run(std::string bam_fp, std::string ref_fp, std::string snps_fp, std::string outdir, std::string region, std::string chr_cov, std::string pfb_fp)
Definition swig_interface.cpp:14