fix some bugs of log algorithm
diff --git a/genomix/genomix-pregelix/text/SimplePath/log_SimplePath b/genomix/genomix-pregelix/text/SimplePath/log_SimplePath
new file mode 100644
index 0000000..5c149ac
--- /dev/null
+++ b/genomix/genomix-pregelix/text/SimplePath/log_SimplePath
@@ -0,0 +1,9 @@
+CGGCA G|A 8 CGGCAAGA 5
+AGCAC C|
+AAGAC |A
+GCGGC |A
+GCATC C|
+ATATC |G
+TATCG A|C 8 TATCGCAT 5
+AAGAA C|
+AGACA A|C 8 AGACAGCA 5
diff --git a/genomix/genomix-pregelix/text/SimplePath/naive_SimplePath b/genomix/genomix-pregelix/text/SimplePath/naive_SimplePath
new file mode 100644
index 0000000..cf53cc8
--- /dev/null
+++ b/genomix/genomix-pregelix/text/SimplePath/naive_SimplePath
@@ -0,0 +1,9 @@
+CGGCA G|A 8 CGGCAAGA 1
+AGCAC C|
+AAGAC |A
+GCGGC |A
+GCATC C|
+ATATC |G
+TATCG A|C 8 TATCGCAT 1
+AAGAA C|
+AGACA A|C 8 AGACAGCA 1