INTRO_LIBCBL - Introduction to Cray Bioinformatics Library routines

cb_amino_translate_ascii - translate nucleotides to amino acids

cb_block_zero - sets the contents of a block of memory to zero

cb_cghistn - creates histogram of CG density in a nucleotide string

cb_compress - Compresses nucleotide, amino acid, or hex ASCII data

cb_copy_bits - Copy contiguous sequence of memory bits

cb_countn_ascii - counts A, C, T, G, and N characters in a string

cb_free - frees memory allocated with cb_malloc

cb_irand - generates a list of random bits

cb_isort, cb_isort1 - unsigned integer radix sort

cb_malloc - allocate block aligned memory region.

cb_nmer - Creates an array of subsequences of a bit string

cb_repeatn - find short tandem repeats in a nucleotide string

cb_revcompl - Reverse complements compressed nucleotide data.

cb_searchn - gap-free nucleotide search allowing mismatches

cb_ssd_init, cb_copy_to_ssd, cb_copy_from_ssd, cb_ssd_free, cb_ssd_errno, cb_largest_ssdid - manage SSD secondary memory space

cb_uncompress - Convert compressed nucleotide, amino acid, or hex data to ASCII

cb_version - returns the version number of libcbl