Results for "Perl"

Wire posts

  • Awesome Machine Learning https://github.com/josephmisiti/awesome-machine-learning#perl-data-analysis--data-visualization #AI #Machine #Learn #Teach #Repo

    1104 days ago

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

    3686 days ago

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

    3684 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

    3584 days ago

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

    3584 days ago

  • Dancer is a simple but powerful web application framework for Perl. http://www.perldancer.org/ #Perl #Framework #Website #Development

    3457 days ago

  • perl -nle '$count += () = /XY[0-9]+/g; END {print $count}' inputfile #Count #Perl #Perloneliner

    3610 days ago

  • Extract list of read ID from bam file: samtools view mbi.sorted.bam |perl -ne '/ID/ && print' > extractedID.sam #Extract #Ids #SAM #BAM #NGS

    3598 days ago

  • FastaQ 2 Fasta Oneliner: paste - - - -< totalRNA_placental_1.fastq | perl -pale'$_="@F[0..1]"'|tr "\^@" "\>" | perl -pale 's/\s/\n/g' #Oneliner #NGS #FastaQ #Fasta

    3598 days ago

  • Install Bioperl on ubuntu : sudo apt-get install bioperl #Bioperl #Install #Perl

    3592 days ago