hivq.PL version 0.01
=================

hivq.PL provides a command line from which the user can make
very general sequence data queries of the Los Alamos National
Laboratories' HIV Sequence Database. For a complete description
and tutorial information see

%binhtml% {link will be here after install}

after installation.

INSTALLATION

To install this module type the following:

   perl ./Build.PL
   ./Build
   ./Build test
   ./Build install

If required modules are missing, the install script will attempt 
to add them using CPAN.

DEPENDENCIES

This script will run best if the BioPerl (www.bioperl.org) 
Toolkit is installed (see http://www.bioperl.org/wiki/Installing_BioPerl).

If BioPerl is not found, a minimal setup is performed during 
script installation that allows the script to run. The minimal
BioPerl consists of modules from the BioPerl 1.6 Release Candidate 4.

This module requires these other modules and libraries:

 LWP
 HTTP::Request::Common
 URI
 XML::Simple

If required modules are missing, the install script will attempt 
to add them using CPAN.

COPYRIGHT AND LICENSE

See the ./LICENSE file.

Copyright (C) 2009 by Mark A. Jensen

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.0 or,
at your option, any later version of Perl 5 you may have available.


