Results for "Perl"

Tags

  • Perl scripts for science and engineering http://www.lwebzem.com/cgi-bin/se_res/scripts.cgi #Perl #Scripts

    Tags: Perl, Scripts

    3873 days ago

  • To count the number of matches in a string !!! $str = "one.two.three.four"; $n =()= $str =~ /\./gi; print $n; #Tipsoftheday #Perl

    Tags: Tipsoftheday, Perl

    3870 days ago

  • Some useful tricks for next generation seq analyst http://chicken.genouest.org/ #Perl #R #C/C++

    Tags: Perl, R, C

    3869 days ago

  • Convert space separated data to tab separated: perl -p -i -e 's/\s+/\t/g' file.txt #Perl #Tipsoftheday #Perlonliner

    Tags: Perl, Tipsoftheday, Perlonliner

    3853 days ago

  • Perl Special Variables Quick Reference http://www.perlmonks.org/?node_id=353259 #Perl

    Tags: Perl

    3843 days ago

  • Perl Regular expression http://raven.iab.alaska.edu/~ntakebay/teaching/programming/perl2nd/node1.html #Perl #RegularExpression

    Tags: Perl, RegularExpression

    3810 days ago

  • perl -nle 'if (/^>/) { $sl = 0; print; next } next if ($sl >= 200); $_ = substr($_, 0, 200-$sl) if ($sl + length($_) > 200); $sl += length($_); print;' file.fa >new.fa #Perl #Extract #Fasta

    Tags: Perl, Extract, Fasta

    3612 days ago

  • Useful perl scripts collections http://raven.iab.alaska.edu/~ntakebay/teaching/programming/perl-scripts/perl-scripts.html #Perl #Scripts

    Tags: Perl, Scripts

    3714 days ago

  • Perl module http://perlmaven.com/how-to-create-a-perl-module-for-code-reuse #Perl #Module #Package

    Tags: Perl, Module, Package

    3711 days ago

  • Remove the blank space from a fasta file. perl -nlwe 'tr/ //d; print if length' fileName #Delete #Space #Fasta #Perl #Oneliner

    Tags: Delete, Space, Fasta, Perl, Oneliner

    3612 days ago