addition of error codes to cb_swa_fw
fixed an array over-run error in cb_uncompress
change to cbl.h to allow linking with C++
minor cosmetic changes
Added test harness for smith-waterman, which revealed a bug in cb_swa_fw.c, fixed in version 1.1b
Added utility to convert a PAM matrix to code for a smith-waterman driver, and implemented full Gotoh optimization in cb_swa_fw
A simple smith-waterman implementation has been added to the Portable CBL. Optimized versions are planned for a future release.
fixed ambiguous handling of last codon in cb_amino_translate_ascii, modified test_suite and test_copy, changed suggested compilation paramenters on IBM.
The last known PortableCBL v1.0 bug is fixed, an error in cb_searchn for queries less than one word long, current release is v1.0d
fixed bugs on IA-64 in cb_amino_translate_ascii, cb_countn, and cb_uncompress in 5-bit mode
The Portable Cray Bioiinformatics Library has changed its license from GPL to LGPL.
fixed a bug in cb_revcompl for a 64-bit vector box only. cb_version will now report as v1.0a
The Portable Cray Bioinformatics Library is an open source C implementation of the proprietary Cray Bioinformatics Library. High Perfomance is achieved by bit-level manipulation on compressed data whenever possible. It is designed to run on a wide variety of platforms in either 32- or 64-bit mode on either big or little endian architectures. See cbl.sourceforge.net for more information.