comparison genome_diversity/src/filter_snps.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 8997f2ca8c7a
comparison
equal deleted inserted replaced
23:66a183c44dd5 24:248b06e86022
14 */ 14 */
15 15
16 #include "lib.h" 16 #include "lib.h"
17 17
18 // most characters allowed in a row of the table 18 // most characters allowed in a row of the table
19 #define MOST 5000 19 #define MOST 50000
20 20
21 char buf[MOST]; 21 char buf[MOST];
22 22
23 // column for the relevant individuals/groups 23 // column for the relevant individuals/groups
24 int col[MOST], *T; 24 int col[MOST], *T;