File size: 102 Bytes
fe41391
 
 
 
 
 
1
2
3
4
5
6
7
#ifndef CSAMTOOLS_UTIL_H
#define CSAMTOOLS_UTIL_H

int samtools_main(int argc, char *argv[]);

#endif