in reply to [BioPerl] a warning I do not understand omits a sequence
the add_seq method of Bio::SimpleALign would return nothing and it adds just another sequence to the alignment.
what is "$name" intended to hold and how was it initialized?
if you really intended "_seq" as a method that's not how you do it. because "_seq" would be a sub that waits for appropriate argument to be passed
Check Bio::CorbaServer::PrimarySeq for an example.$self->_seq($new_seq_name)
Confusion sets in because _seq can be a hash key too as the OP showed and as is observed in other modules from BioPerl, so seeing more of the code can give clearer clues to what's going on...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: [BioPerl] a warning I do not understand omits a sequence
by Anonymous Monk on Jan 12, 2010 at 09:36 UTC |