1 / 5

Installing Bioperl

Installing Bioperl. Perl and BioPerl are both open source projects Can be obtained for free via the Internet Both work on all major platforms (Windows, Linux, Mac OSX). Installing on Windows. Obtain and install ActivePerl from Activestate http://activestate.com/Products/ActivePerl

tyler
Download Presentation

Installing Bioperl

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Installing Bioperl • Perl and BioPerl are both open source projects • Can be obtained for free via the Internet • Both work on all major platforms (Windows, Linux, Mac OSX)

  2. Installing on Windows • Obtain and install ActivePerl from Activestate • http://activestate.com/Products/ActivePerl • Open the Perl Package Manager • Open a command prompt (Start->Run) • Type C:\>ppm and run it • Add repositories • >ppm> rep add Bribes http://www.Bribes.org/perl/ppm

  3. Installing on Windows 4. Search for BioPerl • ppm> search Bioperl 5. This returns a numbered list of packages • ppm> install <number> • Where <number> is the number of the desired version

  4. Installing on Linux/Unix/Mac • These platforms probably already have Perl installed • Download the latest release of BioPerl • http://bioperl.org/DIST/ • Uncompress the downloaded files • >gunzip bioperl-1.5.2_102.tar.gz • >tar xvf bioperl-1.5.2_102.tar • >cd bioperl-1.5.2_102

  5. Installing on Linux/Unix/Mac • Build BioPerl • >perl Build.PL • >Build test • This may fail some tests. A few failed tests may not affect your usage. • Install BioPerl • >./Build install

More Related