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_locations.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/test_kmer_locations.sh (limited to 'tests/test_kmer_locations.sh') 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 -- cgit v1.2.3