From 0d5864823f8875b9229141bd6b538c4e216ba9b2 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Thu, 5 May 2011 22:25:09 -0400 Subject: [PATCH] update README --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index 71642f6..3c92a67 100644 --- a/README +++ b/README @@ -8,8 +8,8 @@ files to your souce code tree without worrying about library dependencies. Klib strives for efficiency and a small memory footprint. Some components, such as khash.h, kbtree.h, ksort.h and kvec.h, are among the most efficient -implementations of similar algorithms or data structures, while using less -memory than many others. +implementations of similar algorithms or data structures, and use less memory +than many others. OVERVIEW @@ -27,8 +27,11 @@ knetfile.{h,c} Random access to remote files kfunc.c Special mathematical functions kmin.{h,c} Derivative-free non-linear programming khmm.{h,c} Basic HMM library +ksw.(h,c} Smith-Waterman using SSE2 knhx.{h,c} Newick format parser +lua/ Miscellaneous Lua libraries + LICENSE ======= -- 2.47.3