Quote:
Originally Posted by maubp
I don't think your message made it to the list. I didn't see it, and it isn't on the archive.
http://lists.open-bio.org/pipermail/...er/thread.html
Check you sent the message from the same email address you are subscribed with?
If you send it again, make sure you include important information missing in your post here like the version of BioPerl, the OS, and the full error message - that usually makes it easier to help.
|
It's down there at the end. If you think it's helpful I'll send again to the list with all those details.
http://lists.open-bio.org/pipermail/...er/034275.html
My OS is Ubuntu 8.
BioPerl: I have a global version of bioperl, and I installed the latest version of Assembly::IO into a local directory.
Code:
$ perl -MBio::Root::Version -e 'print $Bio::Root::Version::VERSION,"\n"'
1.006001
$ perl -MBio::SeqIO -e 'printf "%vd\n", Bio::Assembly::IO::ace::VERSION'
66.105.111.58.58.65.115.115.101.109.98.108.121.58.58.73.79.58.58.97.99.101.58.58.86.69.82.83.73.79.78
Error message after running the perl code (shown in the first post):
Code:
Can't call method "get_consensus_sequence" on an undefined value at Bio/Assembly/IO/ace.pm line 280, <GEN0> line 93349.
Thank you for helping!