diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-04-14 11:52:16 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-04-14 11:52:16 -0400 |
commit | 78cd5727089714b8a6ce62a90f281a2a4106977f (patch) | |
tree | 3c39e9063aafd1be23362518a91d785dd8b3884a /tests/test_fasta | |
parent | 469e61865adb5ad1580dfde08033b963d138f7bf (diff) |
add some testing scripts i have had laying around, some fasta files, and make kmerlocations work
Diffstat (limited to 'tests/test_fasta')
-rw-r--r-- | tests/test_fasta/5-mer.labels.txt | 3 | ||||
-rw-r--r-- | tests/test_fasta/kmer_locations.fa | 6 |
2 files changed, 9 insertions, 0 deletions
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 |