diff genome_diversity/src/admix_prep.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 2c498d40ecde
children
line wrap: on
line diff
--- a/genome_diversity/src/admix_prep.c	Wed May 22 15:58:18 2013 -0400
+++ b/genome_diversity/src/admix_prep.c	Tue May 28 16:24:19 2013 -0400
@@ -17,7 +17,7 @@
 #include "lib.h"
 
 // bounds line length for a line of the Galaxy table
-#define MOST 5000
+#define MOST 50000
 struct individual {
 	int column;
 	char *name;