Hello
Nikulina, welcome to Perl Monks, take time trying to understand the requirements for BioPerl installation. I haven't tried CPAN manual installation for BioPerl since I find the PPM quite a stable one. Now, since you have added all the repositories mentioned in the table that is quite it!. Searching for All the packages from PPM would not yield BioPerl, since it is a Perl non-core module, so you need to search for it in the repositories you have connected to, AND then INSTALL it for it to be added to the modules you currently have. This in itself is not a big task if you are spending patient time understanding it...
Check installation instructions, it got some links that are useful..
In brief, after you have gotten familiar with what installation requirements are needed for your environment, invoke the PPM manager in shell mode by typing ppm-shell at your command prompt, then type search BioPerl, check if the search returned "Bundle-BioPerl" after that just type install Bundle-BioPerl, if that is not the case, then make sure that you are connected to all the repositories you have added to your package manager, by typing repo list and see how many enabled repositories are there... and enabling every disabled one by typing repo on followed by the repository id number..
I find the PPM shell mode more robust than the GUI one..
if ( $seq =~ /[A-Z]/) is better written as if ( $seq =~ /[AGCT]/) ...
Excellence is an Endeavor of Persistence.
A Year-Old Monk :D .
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.