Menu

Biopython on Eclipse IDE

2009-02-05
2013-03-15
  • rodrigofaccioli

    rodrigofaccioli - 2009-02-05

    Hi,

    I want to know, if it's possible when I'm using a biopython object Eclipse shows me its methods.  In another words, how can I import biopython module to Eclipse (PyDev plugin)?

    Thanks any help.

    --
    Rodrigo Antonio Faccioli
    Ph.D Student in Electrical Engineering
    University of Sao Paulo - USP
    Engineering School of Sao Carlos - EESC
    Department of Electrical Engineering - SEL
    Intelligent System in Structure Bioinformatics
    http://laips.sel.eesc.usp.br
    Phone: 55 (16) 3373-9366 Ext 229
    Curriculum Lattes - http://lattes.cnpq.br/1025157978990218

     
    • Fabio Zadrozny

      Fabio Zadrozny - 2009-02-06

      You mean having code-completion for them? Can you show an example (with code) of what exactly would you like to work? (usually, just having the interpreter setup usually works, but sometimes, you have to add some tokens to the 'forced builtins' for it to work too: http://fabioz.com/pydev/manual_101_interpreter.html

      Cheers,

      Fabio