in reply to Re^2: Primer3 - BioPerl
in thread Primer3 - BioPerl
It can be confusing sometimes:). You seem to be using BioPerl, so, yes, you want to write your script according to the documentation for Bio::Tools::Primer3, which is part of the BioPerl distribution. The code that you posted, however, was written according to the documentation for BioPerl-Run, which is a different distribution altogether. You were going by Bio::Tools::Run::Primer3 instead of Bio::Tools::Primer3, which is the module that you want to use.
Update: You need to install primer3
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Primer3 - BioPerl
by blarsen20 (Initiate) on Feb 07, 2012 at 16:14 UTC | |
|
Re^4: Primer3 - BioPerl
by Anonymous Monk on Feb 08, 2012 at 15:14 UTC | |
by datz (Initiate) on Mar 26, 2012 at 02:50 UTC | |
by Anonymous Monk on Apr 27, 2012 at 12:36 UTC | |
by tinu329 (Initiate) on Apr 01, 2013 at 16:08 UTC |