Results for "perl"

Blogs

  • How to install Perl modules manually, using CPAN command, and other quick ways

    ...r you need to install several perl modules and dependencies. Installing Perl modules manually by resolving...tion as shown below. Install Perl Modules using CPAN automatica...nbsp;   00:00(3/5): perl-CPAN-1.9205-31.fc9.i386.rpm&n...quick and best way to install Perl modules, Bioperl. Following a...

    3912 days ago

  • Five unique traits of effective computational biologist

    ...y shut out. In other concrete term, the bad biological programmer learn Perl's regular expression when the...interesting; and the great biological programmer also read about the BioPerl packages, genomics, DNA strin...

    3913 days ago

  • Installing Perl GD Module

    ...tall3. Install GD$ cd /SourceCache/GD-2.46/GD/$ perl Makefile.PL$ make$ make test...these changed locations for the libraries, the Perl GD module will not install di...t everything worked smoothly. Manual and other Perl Module instalation are mentio...

    3902 days ago

  • How to install Perl modules on Mac OS X in easy steps !!

    ...not come with a whole lot of Perl modules pre-installed, and fo...t isn’t included in the Perl @INC variable, meaning you ha...ols (which are required to properly install CPAN modules) by def...ble. 3) Upgrade CPAN $ sudo perl -MCPAN -e 'install Bundle::CP...

    2716 days ago

  • Perl way to check if an array contains values

    Perl is always is known for their flexibility (There is more than one way to do it). Followings are the quick way to check if a value exist in an array. do_someth...

    2576 days ago

  • Installing Perl environment on Linux

    ...y in~/.plenv. Install latest Perl (with supporting multithreadi...ne git://github.com/tokuhirom/Perl-Build.git ~/.plenv/plugins/pe...ecution. Remember to install Perl in supporting multithreading... ~/.bashrc file. export PERL5LIB="$HOME/.plenv/build/perl-...

    2284 days ago

  • Popular bioinformatics educational resources !

    ...nternational, two-year Master's programme jointly managed by the University of Tampere and the University of Turku, Finland. Perlsource.net Provides online courses in Perl programming for bioinformatic...

    2155 days ago

  • Install ImageMagick from Unix Source

    ...the ImageMagick install worked properly, type /usr/local/bin/conver...rogram Interfaces for C, C++, Perl, and others. The above instr...hecking for tar... tarchecking for perl... perlchecking for rpmbuild....n commandsconfig.status: executing PerlMagick/check.sh.in commandscon...

    2108 days ago

  • Converting a VCF into a FASTA given some reference !

    Samtools/BCFtools (Heng Li) provides a Perl script vcfutils.pl which does this, the function vcf2fq (lines 469-528) This script has been modified by others to co...

    2078 days ago

  • AWK for beginners !

    ...as a stand-alone scripting language. Why use AWK instead of Perl? Readability. AWK is easier to read than Perl. For simple text-processing s...s a line from a pipe (again, use a string so you close it properly) cmd = "echo foobar";...

    1798 days ago