The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.04.3 - 1999-02-04

  • Bio::Root::Object.pm and Global.pm now detect when script is run as a CGI and suppress output that is only appropriate when running interactively.
  • Bio::Root::Err::_set_context() adds name of script ($0).
  • Added comments in Bio::Tools::WWW.pm and Bio::Root::Utilities.pm regarding the use of the static objects via the qw(:obj) tag.
  • Fixed the ambiguous reverse calls in Seq.pm and UnivAln.pm to CORE::reverse, avoiding Perl warnings.
  • Bug fixes in Bio::Tools::Blast modules (version 0.074) and example scripts (see Bio::Tools::Blast::CHANGES).
  • examples/seq/seqtools.pl no longer always warns about using -prot or -nucl command-line arguments; only when using the -debug argument.
  • Methods added to Bio::Root::Utilities: create_filehandle(), get_newline_char(), and taste_file() to generalize filehandle creation and autodetect newline characters in files/streams (see bug report #19).
  • Bio::Root::IOManager::read() now handles timeouts and uses Utilities::create_filehandle().
  • Bio::Tools::Fasta.pm uses Utilities::get_newline_char() instead of hardwiring in "\n".
  • Bug fixes in the Bio::SimpleAlign and Bio::Tools::pSW

Documentation

Coordinated OOP-Perl Modules for Biology

Modules

The Bioperl ReadSeq interface
Exception class for Perl 5 objects
Input and output manager for Perl5 objects.
A core Perl 5 object.
General-purpose utility module
Interface for managing linked lists of Perl5 objects.
A generic cross-reference object.
bioperl sequence object
Multiple alignments held as a set of sequences
Base object for alignment factories
Bioperl BLAST sequence analysis object
Bioperl BLAST High-Scoring Segment Pair object
Bioperl Utility module for HTML formatting Blast reports
Bioperl module for running Blast analyses locally.
Bioperl module for running Blast analyses remotely.
Bioperl BLAST "Hit" object
Bioperl Fasta utility object
Bioperl object for a restriction endonuclease object.
Bioperl sequence analysis base class.
Bioperl object for a sequence pattern or motif
Bioperl manager for web resources related to biology.
DESCRIPTION of Object
Bioperl alignment object

Provides

in Bio/Root/Global.pm
in Compile/SW/bp_sw.pm

Examples