Difference between revisions of "How to install Perl and BioPerl"
imported>Seung-hoon Kim (Created page with "<p>You can download perl program according to your OS from this website: <a href="https://www.perl.org/get.html">https://www.perl.org/get.html</a></p> <p>For Windows user,<...") |
imported>Seung-hoon Kim |
||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
<p><span style="background-color:rgb(255,255,255); color:rgb(36,39,41)">If you'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> | <p><span style="background-color:rgb(255,255,255); color:rgb(36,39,41)">If you'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> </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. 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><img alt="" src="/ckfinder/userfiles/images/GutHub.PNG" style="height:728px; width:1349px" /></p> | ||
+ | |||
+ | <p> </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 ‘bioperl-live’, <code>cd bioperl-live</code></p> | ||
+ | |||
+ | <p><img alt="" src="/ckfinder/userfiles/images/ppm_bioperl.PNG" style="height:589px; width:1360px" /></p> | ||
+ | |||
+ | <p> </p> | ||
+ | |||
+ | <p> </p> | ||
+ | |||
+ | <p>4) Type <code>perl Build.PL</code> and answer the questions appropriately.</p> | ||
+ | |||
+ | <p><img alt="" src="/ckfinder/userfiles/images/bioperl_install.PNG" style="height:481px; width:669px" /></p> | ||
+ | |||
+ | <p>5) Type <code>perl Build test</code>. All the tests should pass. 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> </p> | ||
<h3><span style="background-color:rgb(255,255,255); color:rgb(36,39,41)">Reference</span></h3> | <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><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> |
Latest revision as of 12:39, 16 June 2016
You can download perl program according to your OS from this website: https://www.perl.org/get.html
For Windows user,
there are 2 kinds of perl program
1. Active perl
2. Strawberry perl
If you'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 ActiveState1)
In case of Active perl, to install bioperl2)
1. Go to the Github (https://github.com/bioperl/bioperl-live) and press the Download ZIP
button.
2) Extract the archive in the normal way.
3) In a cmd window cd
to the directory you extracted to. Eg. if you extracted to directory ‘bioperl-live’, cd bioperl-live
4) Type perl Build.PL
and answer the questions appropriately.
5) Type perl Build test
. All the tests should pass. Your usage of Bioperl may not be affected by the failure, so you can choose to continue anyway.
6) Type perl Build install
to install Bioperl.
Reference
1) http://stackoverflow.com/questions/14185560/how-can-i-install-perl-on-windows-8