Results for "Perl"

Wire posts

  • Perl scripts for Bioinformatics http://jura.wi.mit.edu/bio/bioinfo/scripts/ #Perl #Bioinformatics #Genetics #Scripts

    3617 days ago

  • export PERL5LIB=/home/foobar/code #SetPath #Perl

    2133 days ago

  • Use multi-core with Perl programs http://perltricks.com/article/61/2014/1/21/Make-your-code-run-faster-with-Perl-s-secret-turbo-module #Perl #MCE #Speed #Module

    3611 days ago

  • Force install a Perl module sudo PERL_MM_USE_DEFAULT=1 perl -MCPAN -e "CPAN::Shell->force(qw(install Nginx::Log::Entry))" #Perl #Install #Force #CPAN #Module

    3611 days ago

  • Count the number of occurrence of pattern in a file using Perl. perl -e '$_ = <>; print scalar ( () = m/needle/g ), "\n"' #Perl #Perloneliner #Count #Occurrence

    3605 days ago

  • To count number of fasta entries, I use: grep -c '^>' mySequences.fasta #Perl #Count #Number #Fasta #Linux #Grep

    3565 days ago

  • Chromosome Visualization Tool: A Whole Genome Viewer http://www.hindawi.com/journals/ijpg/2011/373875/ #Chromosome #Visualize #Plot #Perl

    3512 days ago

  • Sequential number arrays @arrayVal = (1 .. 10); #Perl #Array #Sequential

    3503 days ago

  • Smart comment module in perl http://search.cpan.org/~dconway/Smart-Comments-1.000005/lib/Smart/Comments.pm #Perl #Comments #Smart #ProgressBar

    3503 days ago

  • Search a PATTERN in a file and print the line. perl -ne '/PATTERN/ && print' fileName #Perl #Pattern #Print #Search #Line

    3502 days ago