in reply to Re^2: BioPerl Question
in thread BioPerl Question

The mailing list is mentioned in the POD for every single module. Try the main website Bioperl Site.

I would strongly suggest trying out the existing code that is used in production environments as part of GMOD before reinventing this from scratch. You get a LOT for free if you use the existing schemas including a Genome Browser.

Replies are listed 'Best First'.
Re^4: BioPerl Question
by tucano (Scribe) on Jun 07, 2004 at 16:50 UTC
    Finally I choose to connect to DB directly with DBI.... Thanks for help.