Skip to content

Commit

Permalink
Update to 5 loci to allow tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Mar 10, 2024
1 parent 4d6484f commit f967575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emhaplofreq/emhaplofreq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit f967575

Please sign in to comment.