From 78cd5727089714b8a6ce62a90f281a2a4106977f Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Mon, 14 Apr 2014 11:52:16 -0400 Subject: add some testing scripts i have had laying around, some fasta files, and make kmerlocations work --- tests/test_kmer_total_count.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/test_kmer_total_count.sh (limited to 'tests/test_kmer_total_count.sh') 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 -- cgit v1.2.3