Then make sure there is not error further up. What you are seeing may be a snowball effect of the real error which could be several screens back in the text. If you are using GFF3 files as input then your format is probably incorrect.
—Carson
now it seems to work. I (re)installed BioPerl like so:
------------------------------------------------------------
find the name of the latest BioPerl package:
cpan>d /bioperl/
....
Distribution CJFIELDS/BioPerl-1.6.901.tar.gz
Distribution CJFIELDS/BioPerl-1.6.922.tar.gz
Distribution CJFIELDS/BioPerl-1.6.924.tar.gz
And install the most recent:
cpan>install CJFIELDS/BioPerl-1.6.924.tar.gz
----------------------------------------------------------------
Produced some error messages during install, but Maker now works.
Just wonder why the BioPerl installation did not work properly with
neither "./Build installdeps" nor via cpan>install Bundle::BioPerl.
And why it worked this way on my desktop.
Anyway
Thanks!
But it sounds like you’ve got a proper version now. Most likely you had a non-cpan version of BioPerl installed. The version it gave met the ./Build dependency requirements, but it was really a broke version. This happens if you have BioPerl-live installed for example.
—Carson
—Carson