Results for "Perl"

Tags

  • BioScripts

    You are requested to please bookmark collection of bioinformatics tools, scripts, codes that can be pieced together in a very easy and flexible manner to perform both simple and complex bioinformatics tasks. The next-generation sequencing included whole genome sequencing(WGS), transcriptome sequ...

    Tags: Bioinformatics, Computational Biology, Education, Solution, Study, Script, Perl, Python, R, Code

    3230 days ago

  • Nice bioinformatics blog http://davetang.org/muse/ #Perl #Blog #R #Genomics #Muse #davetang

    Tags: Perl, Blog, R, Genomics, Muse, davetang

    3225 days ago

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

    Tags: Perl, Dancer, Web, Server, Website

    3225 days ago

  • Fancy One-Liner http://userweb.eng.gla.ac.uk/umer.ijaz/bioinformatics/oneliners.html #Perl #OneLiner #Bioinformatics #Quick #Common #Tricks #CommandLine #Terminal

    Tags: Perl, OneLiner, Bioinformatics, Quick, Common, Tricks, CommandLine, Terminal

    3225 days ago

  • Perl Elements to Avoid http://perl-begin.org/tutorials/bad-elements/ #Perl #Tricks #Avoid #Learn #Beginners

    Tags: Perl, Tricks, Avoid, Learn, Beginners

    3225 days ago

  • Print all possible 2 combination of words ( ATGC): $letter = join',','A','T','G','C'; @abc=glob "{$letter}{$letter}"; foreach (@abc) { print "$_\n"; } #Perl #PerlTrick #TipsOftheDay

    Tags: Perl, PerlTrick, TipsOftheDay

    3219 days ago

  • Besides, I wasn't trying to help them understand. I was only trying to help them think they understand. --#Larry Wall #Perl #Quotes

    Tags: Larry, Perl, Quotes

    3212 days ago

  • install PAR::Packer in unbuntu. $ sudo apt-get install libpar-packer-perl #pp #Perl #Ubuntu

    Tags: pp, Perl, Ubuntu

    1135 days ago

  • Search and replace the string 'this' with the string 'that' in the file filename. perl -p -i -e 's/this/that/g' filename #Perl #Trick #PerlOneLiner #Tipsoftheday #Replace #FindandReplace

    Tags: Perl, Trick, PerlOneLiner, Tipsoftheday, Replace, FindandReplace

    3159 days ago

  • Extract sequences by their ID from a fasta file. perl -ne 'if(/^>(\S+)/){$c=$i{$1}}$c?print:chomp;$i{$_}=1 if @ARGV' ids.txt sample1.fa #Extract #Sequences #IDs #Fasta #Perl #Trick #Oneliner

    Tags: Extract, Sequences, IDs, Fasta, Perl, Trick, Oneliner

    3157 days ago