Results for "PE"

Wire posts

  • Append to the file name. $ for filename in *.scf; do mv "$filename" "H_$filename"; done; #append #mv #rename

    2290 days ago

  • Append something on filename. find -name "*H_*.scf" -exec rename 's/H_//' {} ";" #Append #Filename #find

    2290 days ago

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

    2286 days ago

  • #Extract all the files from a #directory and #sub-dir with #pattern. $ find TrimmedDir -type f | grep "L_" | xargs -i cp {} .

    2288 days ago

  • http://papers.genomics.lbl.gov/cgi-bin/litSearch.cgi #Publication #blast

    2286 days ago

  • http://openbookproject.net/thinkcs/python/english3e/events.html #python #event #driven #coding

    2277 days ago

  • Extract fasta with Ids. $ perl -ne 'if(/^>(\S+)/){$c=grep{/^$1$/}qw(id1 id2)}print if $c' fasta.file #extract #fasta #sequence #ids

    2268 days ago

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

    2213 days ago

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

    2209 days ago

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

    2202 days ago