mapgd  0.4
A program for the Maximum-likelihood analysis of population genomic data.
 All Data Structures Functions Variables Friends Groups Pages
commands.h
1 /*These are the commands that mapgd can run.
2  * Each one of them is a stand alone command line program the
3  * mapgd calls in order to something or other... Perserve the
4  * name space. Save the children. I don't know.
5 */
6 
7 
8 
14 #ifndef _COMMANDS_H_
15 #define _COMMANDS_H_
16 
17 #include "estimate_pooled.h"
18 #include "estimate_individual.h"
19 #include "estimate_fst.h"
20 #include "relatedness.h"
21 #include "proview.h"
22 #include "filter.h"
23 #include "fastview.h"
24 #include "filter_pool.h"
25 #include "filter_genotype.h"
26 #include "map2genotype.h"
27 #include "linkage_disequilibrium.h"
28 #include "sam2idx.h"
29 #include "make_vcf.h"
30 #include "make_vcf2.h"
31 #include "read_vcf.h"
32 #include "mapgd_help.h"
33 #include "relatedness_test.h"
34 #include "test_keys.h"
35 #include "read_pheno.h"
36 #include "read_bed.h"
37 //#include "simulate.h"
38 
39 #ifndef NOSQL
40 #include "writesql.h"
41 #include "readsql.h"
42 #endif
43 
44 #endif