Mercurial > repos > calkan > mrcanavar
comparison mrcanavar-0.34/mrcanavar.h @ 0:86522a0b5f59 default tip
Uploaded source code for mrCaNaVaR
author | calkan |
---|---|
date | Tue, 21 Feb 2012 10:44:13 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:86522a0b5f59 |
---|---|
1 #ifndef __MRCANAVAR | |
2 #define __MRCANAVAR | |
3 | |
4 #include <stdio.h> | |
5 #include <string.h> | |
6 #include <stdlib.h> | |
7 #include <zlib.h> | |
8 | |
9 #include "callcnv.h" | |
10 #include "globals.h" | |
11 #include "utils.h" | |
12 #include "prep.h" | |
13 #include "sam.h" | |
14 | |
15 | |
16 | |
17 void printHelp(char *); | |
18 | |
19 #endif |