BioPerl

Core BioPerl 1.x code

Latest version: 1.007002 registry icon
Maintenance score
31
Safety score
100
Popularity score
67
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
1.007002 0 0 0 0 0
1.007001 0 0 0 0 0
1.007000 0 0 0 0 0
1.7.8 0 0 0 0 0
1.7.7 0 0 0 0 0
1.7.0._2 0 0 0 0 0
1.7.0._1 0 0 0 0 0
1.6.924 0 0 0 0 0
1.6.923 0 0 0 0 0
1.6.922 0 0 0 0 0
1.6.921 0 0 0 0 0
1.6.920 0 0 0 0 0
1.6.910 0 0 0 0 0
1.6.901 0 0 0 0 0
1.6.900 0 0 0 0 0
1.6.1 0 0 0 0 0
1.6.0_6 0 0 0 0 0
1.6.0_5 0 0 0 0 0
1.6.0_4 0 0 0 0 0
1.6.0_3 0 0 0 0 0
1.6.0_2 0 0 0 0 0
1.6.0_1 0 0 0 0 0
1.6.0 0 0 0 0 0
1.5.9_4 0 0 0 0 0
1.5.9_3 0 0 0 0 0
1.5.9_2 0 0 0 0 0
1.5.9_1 0 0 0 0 0
1.5.9_001 0 0 0 0 0
1.007000_006 0 0 0 0 0
1.007000_005 0 0 0 0 0
1.007000_004 0 0 0 0 0
1.007000_003 0 0 0 0 0

Stability
Latest release:

1.007002 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

Artistic-1.0   -   Artistic License 1.0

Not a wildcard

Not proprietary

OSI Compliant


GPL-1.0-or-later   -   GNU General Public License v1.0 or later

Not a wildcard

Not proprietary

OSI Compliant



DOI Build Status Coverage Status Documentation Status

About BioPerl

BioPerl is a project for development of free and open source Perl tools for computational molecular biology. For example, it includes classes for biological sequences, readers of multiple formats, sequence alignments, database searching objects, and interfaces to multiple programs such as EMBOSS, ClustalW, and BLAST.

The BioPerl project has developed multiple module distributions for different purposes. The one named BioPerl (named after the project) provides the foundation for all others distributions.

This is the repository for the BioPerl distribution only. Other distributions have their own repositories.

Installation

BioPerl distribution has the same name as the BioPerl. However, the BioPerl distribution only includes a subset of the project modules. Because of this, the meaning of "installing BioPerl" is rarely clear. Instead of "install BioPerl", the aim must be "install module X".

CPAN.org provides an overview on how to install and manage Perl modules but the bottom-line is:

  1. find the module you need, for example Bio::DB::EUtilities
  2. install it with cpanm, for example cpanm Bio::DB::EUtilities

Alternatively, some Linux distributions have packaged BioPerl and have it available through their package manager.

Documentation and Support

Documentation for individual modules is in POD and can also be read online at metacpan. Useful documentation in the form of example code can also be found in the examples/ and bin/ directories.

Additional resources and information about the project is available on the project website, with discussion happening on the bioperl-l@bioperl.org mailing list, and on the #bioperl channel of the freenode IRC server.

Bug reports are handle on the distribution github page.

Development

See the HACKING.md file for details on the project structure, such as building from source and running the test suite.