Changes

From Biolecture.org

How to install Perl and BioPerl

1,162 bytes added, 12:16, 16 June 2016
no edit summary
<p><span style="background-color:rgb(255,255,255); color:rgb(36,39,41)">If you&#39;re more Linux/Unix oriented and want something that feels very similar on Windows, go with Strawberry Perl. If you are using Perl as a Win32 solution, go with ActiveState<sup>1)</sup></span></p>
 
<h3>&nbsp;</h3>
 
<h3><span style="background-color:rgb(255,255,255); color:rgb(36,39,41)">In case of Active perl, to install bioperl<sup>2)</sup></span></h3>
 
<p><span style="background-color:rgb(255,255,255); color:rgb(36,39,41)">1.&nbsp;Go to the Github (</span><a href="https://github.com/bioperl/bioperl-live">https://github.com/bioperl/bioperl-live</a>) and press the <code>Download ZIP</code> button.</p>
 
<p>2) Extract the archive in the normal way.</p>
 
<p>3) In a cmd window <code>cd</code> to the directory you extracted to. Eg. if you extracted to directory &lsquo;bioperl-live&rsquo;, <code>cd bioperl-live</code></p>
 
<p>4) Type <code>perl Build.PL</code> and answer the questions appropriately.</p>
 
<p>5) Type <code>perl Build test</code>. All the tests should pass, but if they don&rsquo;t, <a href="https://github.com/bioperl/bioperl-live/issues">let us know</a>. Your usage of Bioperl may not be affected by the failure, so you can choose to continue anyway.</p>
 
<p>6) Type <code>perl Build install</code> to install Bioperl.</p>
 
<p>&nbsp;</p>
<h3><span style="background-color:rgb(255,255,255); color:rgb(36,39,41)">Reference</span></h3>
<p><span style="background-color:rgb(255,255,255); color:rgb(36,39,41)">1) </span><a href="http://stackoverflow.com/questions/14185560/how-can-i-install-perl-on-windows-8">http://stackoverflow.com/questions/14185560/how-can-i-install-perl-on-windows-8</a></p>
 
<p>2) <a href="http://bioperl.org/INSTALL.WIN.html">http://bioperl.org/INSTALL.WIN.html</a></p>

Navigation menu