Results for "Perl"

Tags

  • Perl basics http://perldoc.perl.org/perlrequick.html #Perl #quick

    Tags: Perl, quick

    2502 days ago

  • Perl regular expression syntax. https://www.cs.tut.fi/~jkorpela/perl/regexp.html #Perl #Regexp #Learn #Help

    Tags: Perl, Regexp, Learn, Help

    2499 days ago

  • Scripts for Phylogenetics at https://github.com/gigascience/paper-jarvis2014 #Phylogenetics #Script #Perl

    Tags: Phylogenetics, Script, Perl

    2460 days ago

  • Store all files in a array using perl: my @filesbwa = <$base_name/reads/$base_name.$library.bwa.*fa> #Store #Keep #Array #Perl

    Tags: Store, Keep, Array, Perl

    2340 days ago

  • Glob multiple files in Linux with Perl. my @soundfiles = grep {/\.(wav|mid|mp3|rm|ogg)$/i} glob("*"); #Perl #Linux #Glob

    Tags: Perl, Linux, Glob

    2226 days ago

  • Finding coding regions in DNA sequences http://genome.crg.es/courses/Lisbon04/exercises/day2/Perl_programming/index.html #Perl #Genes #Script

    Tags: Perl, Genes, Script

    2153 days ago

  • To upgrade the perl in Linux $ sudo cpan; cpan[1]> upgrade #Perl #Upgrade #Linux #Ubuntu

    Tags: Perl, Upgrade, Linux, Ubuntu

    2149 days ago

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

    Tags: SetPath, Perl

    2142 days ago

  • Check an installed packages in Perl $ perl -e "use GD" #Perl #Check #Package

    Tags: Perl, Check, Package

    1754 days ago

  • Print the lqst line of the file zith Perl. $ perl -ne 'END {print $last} $last= $_ if /\S/' blocks_coords.gff #Last #Line #Perl

    Tags: Last, Line, Perl

    1752 days ago