Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LDMAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computational Genetics
LDMAP
Commits
a933bdee
Commit
a933bdee
authored
4 years ago
by
Reuben Pengelly
Browse files
Options
Downloads
Patches
Plain Diff
Increases to filename variable lengths
parent
8643ee6d
No related branches found
No related tags found
1 merge request
!1
Working update
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
allass.h
+1
-1
1 addition, 1 deletion
allass.h
ldmapper.c
+1
-1
1 addition, 1 deletion
ldmapper.c
with
2 additions
and
2 deletions
allass.h
+
1
−
1
View file @
a933bdee
...
@@ -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
[
2
0
],
intefile
[
2
0
],
datfile
[
2
0
];
char
terfile
[
5
0
],
intefile
[
5
0
],
datfile
[
5
0
];
char
g_loci
[
MAX_LOCI
][
20
];
char
g_loci
[
MAX_LOCI
][
20
];
char
g_allloci
[
MAX_LOCI
][
20
];
char
g_allloci
[
MAX_LOCI
][
20
];
...
...
This diff is collapsed.
Click to expand it.
ldmapper.c
+
1
−
1
View file @
a933bdee
...
@@ -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-W
i
enberg cut off */
/*This is the Hardy-We
i
nberg 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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment