in reply to Primer3 - BioPerl
There is something that you are not telling us. The only instance of "unallowed parameter" in the source code of Bio::Tools::Primer3 is
$self->throw("Unallowed parameter: $attr !") unless $OK_FIELD{$attr};
So, why don't you tell us which parameter it does not like? And why do you try to pass a wrong parameter at all? My guess is that the error also has a line number or other stack trace. Why do you keep it secret from us?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Primer3 - BioPerl
by blarsen20 (Initiate) on Feb 06, 2012 at 20:18 UTC |