[Biopython] question about RestrictionBatch.lambdasplit

Björn Johansson bjorn_johansson at bio.uminho.pt
Wed Dec 23 14:42:37 UTC 2009


Hi, my Biopython version seems to be 1.52
bjorn at bjorn-laptop:~$ python
Python 2.6.4 (r264:75706, Dec  7 2009, 18:45:15)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Bio
>>> Bio.__version__
'1.52'

This works really well to get only five cutters and above (rb is a
restriction batch):

rb = [x for x in rb if len(x) > 4]

which was what I wanted initially.
Thanks for all help!
Happy hollidays!
/bjorn


2009/12/20 Peter <biopython at maubp.freeserve.co.uk>

> 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
>



-- 
______O_________oO________oO______o_______oO__
Björn Johansson
Assistant Professor
Departament of Biology
University of Minho
Campus de Gualtar
4710-057 Braga
PORTUGAL
http://www.bio.uminho.pt
http://sites.google.com/site/bjornhome
Work (direct) +351-253 601517
Private mob. +351-967 147 704
Dept of Biology (secretariate) +351-253 60 4310
Dept of Biology (fax) +351-253 678980




More information about the Biopython mailing list