From 2841ad7293e09870d87ecd445237f0e4ed15b036 Mon Sep 17 00:00:00 2001 From: Alex Lancaster Date: Sat, 16 Sep 2023 17:40:19 -0400 Subject: [PATCH] Update to 5 loci to allow tests to pass --- src/emhaplofreq/emhaplofreq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emhaplofreq/emhaplofreq.h b/src/emhaplofreq/emhaplofreq.h index 286e1becd..678302cb9 100644 --- a/src/emhaplofreq/emhaplofreq.h +++ b/src/emhaplofreq/emhaplofreq.h @@ -36,7 +36,7 @@ MODIFICATIONS. */ #define LINE_LEN 132 /* RS changed from 120 to 132=6*2*(10+1) */ #define MAX_ROWS 10000 /* increased from 1023 */ #define MAX_ALLELES 200 /* increased from 80 for a large dataset */ -#define MAX_LOCI 4 +#define MAX_LOCI 5 #define MAX_COLS MAX_LOCI * 2 /* max genotypes: 2^max_loci*max_rows */ #define MAX_GENOS 300000 /* RS changed from 64*MAX_ROWS and then 20000 */