1
1
# Configuration file for LepWrap
2
2
3
- # ##################
4
- # ### Lep-Map 3 ### #
5
- # ##################
3
+ # ########################################################
4
+ # Lep-Map 3 #
5
+ # ########################################################
6
6
7
7
# ---------------#
8
8
# ParentCall2 #
9
9
# ---------------#
10
10
# the filtered VCF file with your genotype likelihoods:
11
- vcf : " out.15.miss95recode .vcf"
11
+ vcf : " out.15.missrecode90 .vcf"
12
12
13
13
# Instructions to create pedigree file: https://sourceforge.net/p/lep-map3/wiki/software/LepMap3 Home/#parentcall2
14
14
# the pedigree file associated with your data
@@ -35,16 +35,16 @@ extra_params_Filtering: ""
35
35
# LOD score in the range of lod_min to lod_max
36
36
37
37
# The minimum LOD for SeperateChromosomes2
38
- lod_min : 20
38
+ lod_min : 10
39
39
40
40
# The maximum LOD for SeperateChromosomes2
41
- lod_max : 40
41
+ lod_max : 50
42
42
43
43
# Use only markers with informative father (1), mother(2), both parents(3) or neither parent(0)
44
- informative : " informativeMask=123 "
44
+ informative : " informativeMask=3 "
45
45
46
46
# If there are any additional parameters you would like to use for SeparateChromosomes2 (e.g. distrotionLOD=1), add them here
47
- extra_params_SeparateChromosomes : " sizeLimit=5 distortionLOD =1"
47
+ extra_params_SeparateChromosomes : " sizeLimit=5 distortionLod =1"
48
48
49
49
50
50
# -------------------#
@@ -61,7 +61,7 @@ lod_limit: "lodLimit=2"
61
61
lod_difference : " lodDifference=2"
62
62
63
63
# If there are any additional parameters you would like to use for JoinSingles2All (e.g. iterate=1), add them here
64
- extra_params_JoinSingles : " iterate=1 distortionLOD =1"
64
+ extra_params_JoinSingles : " iterate=1 distortionLod =1"
65
65
66
66
67
67
# -----------------#
@@ -72,11 +72,9 @@ extra_params_JoinSingles: "iterate=1 distortionLOD=1"
72
72
# Set exp_lg to your expected number of chromosomes
73
73
exp_lg : 24
74
74
75
- # Set iterations to the number of iterations you want per chromosome (more is better). Recommend 30 or more
76
- iterations : 100
77
-
78
75
# If there are any additional parameters you would like to use for OrderMarkers2 (e.g. hyperPhaser=1), add them here
79
- extra_params_OrderMarkers : " hyperPhaser=1 useKosambi=1 phasingIterations=2"
76
+ # I recommend setting numMergeIterations to ~100 (Lep-Map3 default is 6)
77
+ extra_params_OrderMarkers : " hyperPhaser=1 useKosambi=1 phasingIterations=2 numMergeIterations=100"
80
78
81
79
82
80
# -----------------#
@@ -99,25 +97,25 @@ trim_cutoff: 100
99
97
# --------------------#
100
98
# The second round of OrderMarkers will use the same basic parameters as the first round (but not the extra params)
101
99
# If there are additional parameters you would like to use, add them here:
102
- extra_params_reOrderMarkers : " improveOrder=1 useKosambi=1"
103
-
100
+ extra_params_reOrderMarkers : " improveOrder=1 useKosambi=1 numMergeIterations=75"
104
101
105
102
# -----------------------#
106
103
# Calculate Distances #
107
104
# -----------------------#
108
105
# If you used useKosambi=1 or useMorgan=1 for Ordering/reOrdering, add that same
109
106
# parameter to distance_method:
110
- distance_method : " "
107
+ distance_method : " useKosambi=1"
108
+
111
109
110
+ # ########################################################
111
+ # Lep-Anchor #
112
+ # ########################################################
112
113
113
- # ###################
114
- # ### Lep-Anchor ####
115
- # ###################
116
114
# change this to true if you also want to run Lep-Anchor
117
115
run_lepanchor : true
118
116
119
117
# the path to the genome assembly you are trying to anchor
120
- # ideally it * is not* gzipped and ends in .fa, but there are built-in workarounds if it is.
118
+ # ideally it is * not* gzipped and ends in .fa, but there are built-in workarounds if it is.
121
119
assembly : " YFT.genome.latest.fasta"
122
120
123
121
# the number of linkage groups you have
@@ -182,4 +180,4 @@ extra_params_PlaceOrient: "keepEmptyIntervals=1 numRuns=10"
182
180
LA_edge_length : 20
183
181
184
182
# Set trim_cuttoff to the centiMorgan distance cutoff (5 is reasonable)
185
- LA_trim_cutoff : 3
183
+ LA_trim_cutoff : 5
0 commit comments