Results for "PA"

Wire posts

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

    3906 days ago

  • What is C-value paradox? http://selab.janelia.org/publications/Eddy12/Eddy12-preprint.pdf

    3871 days ago

  • Ten Simple Rules for Writing Research Papers http://www.ploscompbiol.org/article/info%3Adoi%2F10.1371%2Fjournal.pcbi.1003453 #Paper

    3788 days ago

  • regex (?(3)foo|fu)bar - Matches foo if 3rd subpattern has matched, fu if not #Tipsoftheday #Regex

    3784 days ago

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

    3764 days ago

  • Download the human genome hg19 wget --timestamping 'ftp://hgdownload.cse.ucsc.edu/goldenPath/hg19/chromosomes/chr*.fa.gz' #Human #Genome #Download #UCSC

    3744 days ago

  • Metagenomics: tools, comparisons and many applications http://blogs.biomedcentral.com/bmcseriesblog/2014/04/10/metagenomics-tools-comparisons-and-many-applications/

    3718 days ago

  • Paving the Way Towards a Successful and Fulfilling Career in Computational Biology http://www.ploscompbiol.org/article/info:doi/10.1371/journal.pcbi.1003593 #Career

    3695 days ago

  • Interactive notebooks: Sharing the code http://www.nature.com/news/interactive-notebooks-sharing-the-code-1.16261? #Notepad #Genome

    3441 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

    3678 days ago