[BioPython] bioperl with python

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Tue, 3 Dec 2002 11:18:23 -0800 (PST)


On Tue, 3 Dec 2002, pepe wrote:

> Is there any way to use bioperl modules with python ?

You can probably use Activestate's PyPerl module, which allows Perl
modules to be used from Python:

    http://search.cpan.org/author/GAAS/pyperl-1.0/

Pyperl was developed to allow the integration of Perl scripts into Zope,
but it can be used standalone from Zope.


Which module in particular are you looking for in BioPerl, though?
Perhaps there may be an equivalent in BioPython that might be appropriate.


Good luck to you!