Difference between revisions of "About the Bioperl"

From Biolecture.org
imported>Jungsu Shin
(Created page with "<p>Installation of Bioperl (upgrade)</p> <p>>perl -MCPAN -e shell</p> <p>cpan>install Bundle::CPAN</p> <p>cpan>q</p> <p>Installation of upgrading Module::Build ...")
 
imported>Jungsu Shin
 
Line 1: Line 1:
 
<p>Installation of Bioperl&nbsp;(upgrade)</p>
 
<p>Installation of Bioperl&nbsp;(upgrade)</p>
  
<p>&gt;perl -MCPAN -e shell</p>
+
<ol>
 
+
<li>&gt;perl -MCPAN -e shell</li>
<p>cpan&gt;install Bundle::CPAN</p>
+
<li>cpan&gt;install Bundle::CPAN</li>
 
+
<li>cpan&gt;q</li>
<p>cpan&gt;q</p>
+
</ol>
  
 
<p>Installation of upgrading Module::Build and for preferred installer</p>
 
<p>Installation of upgrading Module::Build and for preferred installer</p>
  
<p>&gt;cpan</p>
+
<ol>
 
+
<li>&gt;cpan</li>
<p>cpan&gt;install Module::Build</p>
+
<li>cpan&gt;install Module::Build</li>
 
+
<li>cpan&gt;o conf prefer_installer MB</li>
<p>cpan&gt;o conf prefer_installer MB</p>
+
<li>cpan&gt;o conf commit</li>
 
+
<li>cpan&gt;q</li>
<p>cpan&gt;o conf commit</p>
+
</ol>
  
<p>cpan&gt;q</p>
+
<p>## from&nbsp;http://blog.naver.com/aries84/100161219571</p>
  
<p>from&nbsp;http://blog.naver.com/aries84/100161219571</p>
+
<p>&nbsp;</p>
  
 
<p>Perl 5 Core in Bioperl</p>
 
<p>Perl 5 Core in Bioperl</p>
Line 29: Line 29:
 
<p>- ExtUtils::MakeMaker</p>
 
<p>- ExtUtils::MakeMaker</p>
  
<p>from Stavan Little - Perl - The Detroit of Scripting Languages (https://www.youtube.com/watch?v=7ycpEUQAnp4&amp;list=PL69HcBwGqOfkH51kodSr-By70VN4JQlgd)</p>
+
<p>## from Stavan Little - Perl - The Detroit of Scripting Languages (https://www.youtube.com/watch?v=7ycpEUQAnp4&amp;list=PL69HcBwGqOfkH51kodSr-By70VN4JQlgd)</p>

Latest revision as of 00:40, 20 May 2016

Installation of Bioperl (upgrade)

  1. >perl -MCPAN -e shell
  2. cpan>install Bundle::CPAN
  3. cpan>q

Installation of upgrading Module::Build and for preferred installer

  1. >cpan
  2. cpan>install Module::Build
  3. cpan>o conf prefer_installer MB
  4. cpan>o conf commit
  5. cpan>q

## from http://blog.naver.com/aries84/100161219571

 

Perl 5 Core in Bioperl

- CPAN

- Test::More

- ExtUtils::MakeMaker

## from Stavan Little - Perl - The Detroit of Scripting Languages (https://www.youtube.com/watch?v=7ycpEUQAnp4&list=PL69HcBwGqOfkH51kodSr-By70VN4JQlgd)