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_fasta/5-mer.labels.txt | 3 +++ tests/test_fasta/kmer_locations.fa | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 tests/test_fasta/5-mer.labels.txt create mode 100644 tests/test_fasta/kmer_locations.fa (limited to 'tests/test_fasta') diff --git a/tests/test_fasta/5-mer.labels.txt b/tests/test_fasta/5-mer.labels.txt new file mode 100644 index 0000000..5b9d785 --- /dev/null +++ b/tests/test_fasta/5-mer.labels.txt @@ -0,0 +1,3 @@ +CCCCC +AAAAA +CCCCC diff --git a/tests/test_fasta/kmer_locations.fa b/tests/test_fasta/kmer_locations.fa new file mode 100644 index 0000000..7ed2629 --- /dev/null +++ b/tests/test_fasta/kmer_locations.fa @@ -0,0 +1,6 @@ +> header 1 +AAAAAAAAAAAAAAAAAAAA +> header 2 +CCCCCCCCCCCCCCCCCCCC +> header 3 +GGGGGGGGGTTTTTTTTTTT -- cgit v1.2.3