Skip to content
Snippets Groups Projects
Commit a933bdee authored by Reuben Pengelly's avatar Reuben Pengelly
Browse files

Increases to filename variable lengths

parent 8643ee6d
No related branches found
No related tags found
1 merge request!1Working update
...@@ -158,7 +158,7 @@ double g_df,g_V,g_ekeep,g_mkeep; ...@@ -158,7 +158,7 @@ double g_df,g_V,g_ekeep,g_mkeep;
/********************/ /********************/
char g_temp[MAX_LINE]; char g_temp[MAX_LINE];
char gg_temp[500]; char gg_temp[500];
char terfile[20],intefile[20],datfile[20]; char terfile[50],intefile[50],datfile[50];
char g_loci[MAX_LOCI][20]; char g_loci[MAX_LOCI][20];
char g_allloci[MAX_LOCI][20]; char g_allloci[MAX_LOCI][20];
......
...@@ -7,7 +7,7 @@ char outputfile[20],jobfile[20], temp1[20],temp2[20]; ...@@ -7,7 +7,7 @@ char outputfile[20],jobfile[20], temp1[20],temp2[20];
g_int=100; g_int=100;
/*This is the maximum distance between pairs of SNPs used:*/ /*This is the maximum distance between pairs of SNPs used:*/
g_max=500.; g_max=500.;
/*This is the Hardy-Wienberg cut off */ /*This is the Hardy-Weinberg cut off */
g_hwp=0.001; g_hwp=0.001;
/*This is the MAF cut off */ /*This is the MAF cut off */
g_maf=0.05; g_maf=0.05;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment