in reply to Re^6: Can't locate module
in thread Can't locate module

Those aren't modules (.html vs .pm), and their names aren't even close to the name of the module you are trying to load (Bio/EnsEMBL/Registry.pm).

(Upd: Don't bother searching more. As Corion pointed out, there is no such thing as Bio::EnsEMBL::Registry on CPAN. )

Replies are listed 'Best First'.
Re^8: Can't locate module
by Aester (Initiate) on Feb 22, 2011 at 17:45 UTC
    Oh, my bad, I'm not that familiar with Perl it seems..

    So the tuturial on this website (http://www.ensembl.org/info/docs/api/registry.html) is out of date (and thus unusable) since the module doesn't seem to exist (anymore)?

      The linked document doesn't mention where to obtain Bio::EnsEMBL::Registry, so I can't say whether it's still available there or not.

      There is something called Bio::DB::Registry on CPAN which might has supplanted it?

        I've replaced 'EnsEMBL' with 'DB', but it can't be done for all of the modules :(.

        The module 'Bio::EnsEMBL::Utils::ConfigRegistry' that I also need for example has nothing similar to it...

        It looks like a dead end to me.

        Meh, thanks for all your help anyways!!

        Edit:

        Khen1950fx gave me a link of the ensembl api which I believe has all the files. So it's something else than BioPerl, ugh I feel stupid.