diff options
author | Calvin Morrison <calvin@jupiter.cs.drexel.edu> | 2014-04-20 12:27:16 -0400 |
---|---|---|
committer | Calvin Morrison <calvin@jupiter.cs.drexel.edu> | 2014-04-20 12:27:16 -0400 |
commit | 5c1fa49a88351cb64b952bfeb1ac6873691ce8ea (patch) | |
tree | 49c18a63280070400bac7ab05a3c7c4fbb5b8d19 | |
parent | 9ea93fa91a64625d0b0670204b4c977e17cbc283 (diff) | |
parent | f50523dd7f0d26a482c55fa6c78035b70011172e (diff) |
Merge work.ceux.org:/home/calvin/src/dna-utils
-rw-r--r-- | README.md | 13 | ||||
-rw-r--r-- | tests/test_fasta/kmer_locations2.fa | 8 |
2 files changed, 21 insertions, 0 deletions
@@ -1,6 +1,19 @@ # dna-utils +## building + +Building is easy using make. + +Linux: + + make + make install + +OS/X or if you don't have getline: + + make -f Makefile.osx + make install This repository contains general utilities for processing sequences in fasta files. diff --git a/tests/test_fasta/kmer_locations2.fa b/tests/test_fasta/kmer_locations2.fa new file mode 100644 index 0000000..6d8115d --- /dev/null +++ b/tests/test_fasta/kmer_locations2.fa @@ -0,0 +1,8 @@ +> header 1 +AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA +AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA +AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGGGGG +> header 2 +GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG +GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG +GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGTTTTT |