mapgd  0.4
A program for the Maximum-likelihood analysis of population genomic data.
 All Data Structures Functions Variables Friends Groups Pages
sam2idx.h
1 #ifndef _SAM2IDX_H_
2 #define _SAM2IDX_H_
3 
4 #include "interface.h"
5 #include "file_index.h"
6 #include "map_file.h"
7 
11 int sam2idx (int argc, char *argv[]);
14 #endif