module in bioperl

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • freshpetals
    New Member
    • Sep 2008
    • 7

    module in bioperl

    Is there any way to download Modules of Bioperl ?? If yes how could I download
    Bio::Structure: :IO::pdb module??
  • KevinADC
    Recognized Expert Specialist
    • Jan 2007
    • 4092

    #2
    Go here and type in the name of the module:



    How you actually download or install it depends on the version of perl you are using and the operating system. If Unix/Linux you will use the CPAN shell, if Windows and activeperl you can use the PPM application. Not all modules are available for activeperl and I am unsure if any of the Bio modules are.

    Comment

    • freshpetals
      New Member
      • Sep 2008
      • 7

      #3
      Thanks alot for ur valuable reply !!
      I'm using activeperl 5.10 version on windows and I want to download Bio::Structure: :IO::pdb. How can I do that??

      Comment

      • KevinADC
        Recognized Expert Specialist
        • Jan 2007
        • 4092

        #4
        Originally posted by freshpetals
        Thanks alot for ur valuable reply !!
        I'm using activeperl 5.10 version on windows and I want to download Bio::Structure: :IO::pdb. How can I do that??
        Open the activestate/activeperl folder that was created on the hard drive when activeperl was installed. Open the documentation file. Find and read the PPM instructions.

        Comment

        Working...