in reply to How to find any of many motifs?
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]/) ...
|
|---|