aboutsummaryrefslogtreecommitdiff
path: root/tests/test_kmer_locations.sh
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-04-14 11:52:16 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2014-04-14 11:52:16 -0400
commit78cd5727089714b8a6ce62a90f281a2a4106977f (patch)
tree3c39e9063aafd1be23362518a91d785dd8b3884a /tests/test_kmer_locations.sh
parent469e61865adb5ad1580dfde08033b963d138f7bf (diff)
add some testing scripts i have had laying around, some fasta files, and make kmerlocations work
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