aboutsummaryrefslogtreecommitdiff
path: root/tests/test_kmer_locations.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_kmer_locations.sh')
-rw-r--r--tests/test_kmer_locations.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_kmer_locations.sh b/tests/test_kmer_locations.sh
new file mode 100644
index 0000000..baf38d9
--- /dev/null
+++ b/tests/test_kmer_locations.sh
@@ -0,0 +1,4 @@
+mkdir res
+../kmer_locations -i test_fasta/kmer_locations.fa -k 5 -l -c > res/kmer_locations_compliment
+../kmer_locations -i test_fasta/kmer_locations.fa -k 5 -l > res/kmer_locations
+../kmer_locations -i test_fasta/kmer_locations.fa -k 5 -l -c -m test_fasta/5-mer.labels.txt > res/kmer_locations_labels