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 (upgrade)</p> | <p>Installation of Bioperl (upgrade)</p> | ||
− | < | + | <ol> |
− | + | <li>>perl -MCPAN -e shell</li> | |
− | < | + | <li>cpan>install Bundle::CPAN</li> |
− | + | <li>cpan>q</li> | |
− | < | + | </ol> |
<p>Installation of upgrading Module::Build and for preferred installer</p> | <p>Installation of upgrading Module::Build and for preferred installer</p> | ||
− | < | + | <ol> |
− | + | <li>>cpan</li> | |
− | < | + | <li>cpan>install Module::Build</li> |
− | + | <li>cpan>o conf prefer_installer MB</li> | |
− | < | + | <li>cpan>o conf commit</li> |
− | + | <li>cpan>q</li> | |
− | < | + | </ol> |
− | <p> | + | <p>## from http://blog.naver.com/aries84/100161219571</p> |
− | <p> | + | <p> </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&list=PL69HcBwGqOfkH51kodSr-By70VN4JQlgd)</p> | + | <p>## from Stavan Little - Perl - The Detroit of Scripting Languages (https://www.youtube.com/watch?v=7ycpEUQAnp4&list=PL69HcBwGqOfkH51kodSr-By70VN4JQlgd)</p> |
Latest revision as of 00:40, 20 May 2016
Installation of Bioperl (upgrade)
- >perl -MCPAN -e shell
- cpan>install Bundle::CPAN
- cpan>q
Installation of upgrading Module::Build and for preferred installer
- >cpan
- cpan>install Module::Build
- cpan>o conf prefer_installer MB
- cpan>o conf commit
- 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)