This package browser is in early development. Mind the rough edges.

bioperl-minimal

Bioinformatics toolkit

BioPerl is the product of a community effort to produce Perl code which is useful in biology. Examples include Sequence objects, Alignment objects and database searching objects. These objects not only do what they are advertised to do in the documentation, but they also interact - Alignment objects are made from the Sequence objects, Sequence objects have access to Annotation and SeqFeature objects and databases, Blast objects can be converted to Alignment objects, and so on. This means that the objects provide a coordinated and extensible framework to do computational biology.

Installation

Install the latest version of bioperl-minimal as follows:

guix install bioperl-minimal

Or install a particular version:

guix install bioperl-minimal@1.7.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.