File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 13
13
14
14
mkdir -p JoinSingles2All_iter/logs
15
15
16
- echo " # The maps in this folder were created based on the map below" > JoinSingles2All_iter/chosen .map
17
- echo $1 >> JoinSingles2All_iter/chosen .map
16
+ echo " # The maps in this folder were created based on the map below" > JoinSingles2All_iter/source .map
17
+ echo $1 >> JoinSingles2All_iter/source .map
18
18
19
19
# the map you want to refine
20
- # TARGETMAP=map.31
21
20
TARGETMAP=$1
22
- # the linkage group you want to try to split
23
21
# minimum LOD score for iterating
24
22
LODMIN=$2
25
23
# maximum LOD score for iterating
26
- # LODMAX=70
27
24
LODMAX=$3
28
25
# LOD difference cutoff
29
26
LODDIFF=$4
Original file line number Diff line number Diff line change 14
14
15
15
mkdir -p refine_map
16
16
17
- echo " # The maps in this folder were refined based on the map below" > refine_map/chosen .map
18
- echo $1 >> refine_map/chosen .map
17
+ echo " # The maps in this folder were refined based on the map below" > refine_map/source .map
18
+ echo $1 >> refine_map/source .map
19
19
20
20
# the map you want to refine
21
21
# TARGETMAP=map.31
You can’t perform that action at this time.
0 commit comments