# $Id$

This is the README file for the BioPerl central distribution.

This is bioperl-live, from the BioPerl GitHub master branch

Thank you for downloading this distribution!

Please see the the INSTALL or INSTALL.WIN documents for installation instructions.

For tutorials see the BioPerl Tutorial.pl (http://www.bioperl.org/wiki/Bptutorial.pl) or the HOWTO documents and tutorials online at http://bioperl.org. To look at example code browse the scripts/ and examples/ directories

For people starting out with Perl and BioPerl, look at the Bio::Perl module (go "perldoc Bio::Perl" from within this directory). This module is designed to flatten the learning curve for newcomers.

For a list of OS's and versions that are known to support BioPerl see the PLATFORMS file.

For info on BioPerl read on!

BioPerl is a package of public domain Perl tools for computational molecular biology.

Our website, http://bioperl.org/, provides an online resource of modules, scripts, and web links for developers of Perl-based software for life science research.

BioPerl developers: bioperl-l@bioperl.org

There's quite a variety of tools available in BioPerl, and more are added all the time. If the tool you're looking for isn't described in the documentation please write us, it could be undocumented or in process.

Project website : http://bioperl.org/

Project FTP server : bioperl.org (anonymous FTP ok)

Bug reports : https://redmine.open-bio.org/projects/bioperl/

     Please send us bugs, in particular about documentation which you
     think is unclear or problems in installation. We are also very
     interested in functions which don't work the way you think they
     do!

Please see the AUTHORS file for the complete list of BioPerl developers and contributors.

The BioPerl directory structure is organized as follows:

The BioPerl Tutorial (http://www.bioperl.org/wiki/Bptutorial.pl) contains useful information for new and existing BioPerl users. This file also contains a number of useful scripts that the student of BioPerl may want to examine.

Individual *.pm modules have their own embedded POD documentation as well. A complete set of hyperlinked POD, or module, documentation is available at http://www.bioperl.org/.

Remember that 'perldoc' is your friend. You can use it to read any file containing POD formatted documentation without needing any type of translator.

If you used the Build.PL installation, and depending on your platform, you may have documentation installed as man pages, which can be accessed in the usual way.

There is also an online course written at the Pasteur Institute. See http://www.pasteur.fr/recherche/unites/sis/formation/bioperl.

Useful documentation in the form of example code can also be found in the examples/ and scripts/ directories. The current collection includes scripts that run BLAST, index flat files, parse PDB structure files, make primers, retrieve ESTs based on tissue, align protein to nucleotide sequence, run GENSCAN on multiple sequences, and much more! See bioscripts.pod for a complete listing.

BioPerl releases are always available from the website http://www.bioperl.org/ or by FTP from ftp://bioperl.org/ (note that we've had trouble with our new network setup which is not allowing FTP to support passive mode properly, use http://www.bioperl.org/DIST to get a listing of the distribution directory). Each release is tested with the test suite and cross-tested on a number of different platforms. See the PLATFORMS file for more information on a specific platform. All efforts are made to release a bug-free package, however most major bugs in a release will be documented in the BUGS file. See the Changes file for a listing of what features have been added or what APIs have changed between releases.

BioPerl formerly used a numbering scheme to indicate stable release series vs. development release series. A release number is a three digit number like 1.2.0. The first digit indicates the major release

From the 1.0 release until the 1.6 release, even numbers (1.0, 1.2 etc) indicated stable releases. Stable releases were well tested and recommended for most uses. Odd numbers (1.1, 1.3 etc) were development releases which one would only use if one were interested in the latest and greatest features. The final number (e.g. 1.2.0, 1.2.1) is the bug fix release. The higher the number the more bug fixes has been incorporated. In theory you can upgrade from one bug fix release to the next with no changes to your own code (for production cases, obviously check things out carefully before you switch over).

The 1.6 release will be the last release series to utilize the alternating 'stable'/'developer' convention. Starting immediately after the 1.6 branch, we will start splitting BioPerl into several smaller easier-to-manage distributions, including a developer distribution for cutting-edge (in development) code, untested modules, and alternative implementations.

When you run the tests ("./Build test") some tests may issue warnings messages or even fail. Sometimes this is because we didn't have anyone to test the test system on the combination of your operating system, version of perl, and associated libraries and other modules. Because BioPerl depends on several outside libraries we may not be able to test every single combination so if there are warnings you may find that the package is still perfectly useful. See the PLATFORMS file for reports of specific issues.

If you install the bioperl-run system and run tests when you don't have the program installed you'll get messages like 'program XXX not found, skipping tests'. That's okay, BioPerl is doing what it is supposed to do. If you wanted to run the program you'd need to install it first.

Not all scripts in the examples/ directory are correct and up-to-date. We need volunteers to help maintain these so if you find they do not work, submit a bug report to https://redmine.open-bio.org/projects/bioperl/ and consider helping out in their maintenance.

If you are confused about what modules are appropriate when you try and solve a particular issue in bioinformatics we urge you to look at the BioPerl Tutorial or the HOWTO documents first.

Here is a quick summary of many of the useful modules and how the toolkit is laid out:

All modules are in the Bio/ namespace,

If you have a previously installed version of BioPerl on your system some of these notes may help you.

Some modules have been removed because they have been superceded by new development efforts. They are documented in the DEPRECATED file that is included in the release. In addition some methods, or the Application Programming Interface (API), have changed or been removed. You may find that scripts which worked with BioPerl 1.4 may give you warnings or may not work at all (although we have tried very hard to minimize this!). Send an email to the list and we'll be happy to give you pointers.