aboutsummaryrefslogtreecommitdiff
path: root/tests/test_kmer_total_count.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_kmer_total_count.sh')
-rw-r--r--tests/test_kmer_total_count.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_kmer_total_count.sh b/tests/test_kmer_total_count.sh
new file mode 100644
index 0000000..5257fd4
--- /dev/null
+++ b/tests/test_kmer_total_count.sh
@@ -0,0 +1,5 @@
+
+mkdir res
+for i in `find input/ -type f `; do
+ ../kmer_total_count -k 6 < $i > res/`basename $i`.total
+done