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 /README.md | |
parent | 9ea93fa91a64625d0b0670204b4c977e17cbc283 (diff) | |
parent | f50523dd7f0d26a482c55fa6c78035b70011172e (diff) |
Merge work.ceux.org:/home/calvin/src/dna-utils
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 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. |