comparison genome_diversity/src/sweep.c @ 24:248b06e86022

Added gd_genotype datatype. Modified tools to support new datatype.
author Richard Burhans <burhans@bx.psu.edu>
date Tue, 28 May 2013 16:24:19 -0400
parents 95a05c1ef5d5
children fb944979bf35
comparison
equal deleted inserted replaced
23:66a183c44dd5 24:248b06e86022
26 #include "lib.h" 26 #include "lib.h"
27 #include "Huang.h" 27 #include "Huang.h"
28 28
29 // maximum number of rows in any processed table 29 // maximum number of rows in any processed table
30 #define MANY 20000000 30 #define MANY 20000000
31 #define BUF_SIZE 5000 31 #define BUF_SIZE 50000
32 #define MAX_WINDOW 1000000 32 #define MAX_WINDOW 1000000
33 33
34 double X[MANY]; // holds all scores 34 double X[MANY]; // holds all scores
35 int nX; 35 int nX;
36 36