Results for "Perl Modules"

Wire posts

  • Unmasking the lower case values in genome. $ perl -pe '/^[^>]/ and $_=uc' genomic.fna > genomic.unmasked.fna #Genome #Unmask #Perl #Oneliner

    2537 days ago

  • Convert masked genome to N letters. $ perl -pe '/^[^>]/ and $_=~ s/[a-z]/N/g' genomic.fna > genomic.N-masked.fna #Genome #Masked #N #Convert

    2537 days ago

  • Run length coding https://www.rosettacode.org/wiki/Run-length_encoding#Perl #Perl #String

    2529 days ago

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

    2518 days ago

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

    2515 days ago

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

    2476 days ago

  • Example commands to remove lower-case masking: perl -pe '/^[^>]/ and $_=uc' genomic.fna > genomic.unmasked.fna

    2379 days ago

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

    2356 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

    1768 days ago

  • A next generation web framework for the Perl programming language- http://mojolicious.org/ #WebDev #MVC

    2335 days ago