Skip to content

Commit 50f3880

Browse files
committed
update scripts
1 parent 6cf507d commit 50f3880

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

scripts/iterate_js2all.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,14 @@ fi
1313

1414
mkdir -p JoinSingles2All_iter/logs
1515

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
1818

1919
# the map you want to refine
20-
#TARGETMAP=map.31
2120
TARGETMAP=$1
22-
# the linkage group you want to try to split
2321
# minimum LOD score for iterating
2422
LODMIN=$2
2523
# maximum LOD score for iterating
26-
#LODMAX=70
2724
LODMAX=$3
2825
# LOD difference cutoff
2926
LODDIFF=$4

scripts/refine_map.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ fi
1414

1515
mkdir -p refine_map
1616

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
1919

2020
# the map you want to refine
2121
#TARGETMAP=map.31

0 commit comments

Comments
 (0)