Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
What happens here? I cannot find the _seq method anywhere in the BioPerl documentation and so cannot find out what is wrong with my sequence. Anyone here who could help me?if( $self->{'_seq'}->{$name} ) { $self->warn("Replacing one sequence [$name]\n") unless $self->verbose < 0; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: [BioPerl] a warning I do not understand omits a sequence
by ikegami (Patriarch) on Jan 11, 2010 at 17:15 UTC | |
|
Re: [BioPerl] a warning I do not understand omits a sequence
by BioLion (Curate) on Jan 11, 2010 at 17:18 UTC | |
by AnomalousMonk (Archbishop) on Jan 11, 2010 at 21:17 UTC | |
|
Re: [BioPerl] a warning I do not understand omits a sequence
by Khen1950fx (Canon) on Jan 11, 2010 at 20:00 UTC | |
|
Re: [BioPerl] a warning I do not understand omits a sequence
by biohisham (Priest) on Jan 11, 2010 at 22:06 UTC | |
by Anonymous Monk on Jan 12, 2010 at 09:36 UTC |