[Biopython] question about RestrictionBatch.lambdasplit

Peter biopython at maubp.freeserve.co.uk
Sun Dec 20 18:01:56 UTC 2009


2009/12/20 Björn Johansson <bjorn_johansson at bio.uminho.pt>:
> Hi,
> I copied the output from running Frederics example on my machine below:
>
> bjorn at bjorn-laptop:~/wikidpad/user_extensions/SeqTools$ python
> Python 2.6.4 (r264:75706, Dec  7 2009, 18:45:15)
> [GCC 4.4.1] on linux2
> ...
> The lambdasplit does not seem to be working for me. I use python
> 2.6.4 on ubuntu karmic

I was using the same version of Python (also on Linux Ubuntu Karmic).
This looks like it could be a Python 2.6 specific problem.

> How can I print the biooython version?
> thansk for your help!
> /bjorn

Its in the FAQ in the Tutorial, at the Python prompt just do:

import Bio
print Bio.__version__

Peter




More information about the Biopython mailing list