summaryrefslogtreecommitdiffstats
path: root/04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests
diff options
context:
space:
mode:
Diffstat (limited to '04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests')
-rw-r--r--04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample13
-rw-r--r--04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample1.a1
-rw-r--r--04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample23
-rw-r--r--04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample2.a1
-rw-r--r--04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample33
-rw-r--r--04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample3.a1
6 files changed, 12 insertions, 0 deletions
diff --git a/04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample1 b/04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample1
new file mode 100644
index 0000000..4a99802
--- /dev/null
+++ b/04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample1
@@ -0,0 +1,3 @@
+AGGGAA$
+1
+GA
diff --git a/04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample1.a b/04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample1.a
new file mode 100644
index 0000000..d855592
--- /dev/null
+++ b/04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample1.a
@@ -0,0 +1 @@
+3
diff --git a/04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample2 b/04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample2
new file mode 100644
index 0000000..82a1e71
--- /dev/null
+++ b/04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample2
@@ -0,0 +1,3 @@
+ATT$AA
+2
+ATA A
diff --git a/04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample2.a b/04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample2.a
new file mode 100644
index 0000000..dcbc365
--- /dev/null
+++ b/04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample2.a
@@ -0,0 +1 @@
+2 3
diff --git a/04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample3 b/04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample3
new file mode 100644
index 0000000..884fa3c
--- /dev/null
+++ b/04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample3
@@ -0,0 +1,3 @@
+AT$TCTATG
+2
+TCT TATG
diff --git a/04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample3.a b/04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample3.a
new file mode 100644
index 0000000..5d5d69c
--- /dev/null
+++ b/04-algorithms_on_strings/02-burrows_wheeler/03-bwmatching/tests/sample3.a
@@ -0,0 +1 @@
+0 0