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

python-biopython

Tools for biological computation in Python

Biopython is a set of tools for biological computation including parsers for bioinformatics files into Python data structures; interfaces to common bioinformatics programs; a standard sequence class and tools for performing common operations on them; code to perform data classification; code for dealing with alignments; code making it easy to split up parallelizable tasks into separate processes; and more.

Installation

Install the latest version of python-biopython as follows:

guix install python-biopython

Or install a particular version:

guix install python-biopython@1.73

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.

Badge code

You can use the following badge to inform users of python-biopython about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-biopython'><img src='https://packages.guix.gnu.org/packages/python-biopython/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-biopython/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-biopython)

Example Org:

[[https://packages.guix.gnu.org/packages/python-biopython][https://packages.guix.gnu.org/packages/python-biopython/badges/latest-version.svg]]