Skip to content

Commit 59b3723

Browse files
committed
New clustering based on new simulations
1 parent 6dc975c commit 59b3723

File tree

162 files changed

+13
-28835
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+13
-28835
lines changed

result/sims/machina_sims/cluster_m5.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ then
55
exit 1
66
fi
77

8+
if [ ! -e input_m5 ]
9+
then
10+
mkdir input_m5
11+
fi
12+
13+
814
for p in {mS,S,M,R}
915
do
1016
for f in ../../../data/sims/m5/$p/reads_seed*.tsv

result/sims/machina_sims/cluster_m7.sh renamed to result/sims/machina_sims/cluster_m8.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ then
55
exit 1
66
fi
77

8+
if [ ! -e input_m8 ]
9+
then
10+
mkdir input_m8
11+
fi
12+
813
for p in {mS,S,M,R}
914
do
10-
for f in ../../../data/sims/$p/reads_seed*.tsv
15+
for f in ../../../data/sims/m8/$p/reads_seed*.tsv
1116
do
1217
s=$(basename $f .tsv | sed -e s/reads_seed//g)
1318
echo Clustering seed $s pattern $p...
14-
$1 -a 0.001 -b 0.01 $f > input_m7/cluster_${p}_seed${s}.tsv 2> input_m7/cluster_${p}_seed${s}.txt
19+
$1 -a 0.001 -b 0.01 $f > input_m8/cluster_${p}_seed${s}.tsv 2> input_m8/cluster_${p}_seed${s}.txt
1520
done
1621
done

result/sims/machina_sims/input_m5/cluster_M_seed15.tsv

Lines changed: 0 additions & 164 deletions
This file was deleted.

result/sims/machina_sims/input_m5/cluster_M_seed15.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

result/sims/machina_sims/input_m5/cluster_M_seed23.tsv

Lines changed: 0 additions & 164 deletions
This file was deleted.

result/sims/machina_sims/input_m5/cluster_M_seed23.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)