LIBRARY

The Bioinformatics Template Library (BTL) version 3.0alpha.

DESCRIPTION

Examples of the use of the BTL components

INSTALLATION

Compile with egcs -I../btl example1.cpp  etc.

CONTENTS

example1.cpp 	- number of identities between two aligned sequences entered from keyboard
example2.cpp	- superimposition of two PDB format molecular structures
example3.cpp	- simple manipulation of data held in vectors, numeric vectors and matrices
example4.cpp	- forward/backward tests of the fourier_transform algorithm
example5.cpp	- tests of the 3D coordinate fitting algorithms
test_p4ins.dat	- data for example5
example6.cpp	- alignment of two sequences using needleman and wunsch algorithm with
       		  user selectable gap penalty
test.pir	- data for example6
example7.cpp	- rudimentary tests for the random number generators

COPYRIGHT

The copyright 1997, 1998, 1999 for this library is owned by Birkbeck College, 
Malet Street, London WC1E 7HX, U.K.

This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Library General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option) any
later version.  This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
License for more details. You should have received a copy of the GNU Library
General Public License along with this library; if not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.



