Results for "Sort"

Blogs

Bookmarks

Files

  • Download blasr 1.3 version

    ...429.488 sec[E::hts_open_format] Failed to open file temporarySamsamtools sort: can't open "temporarySam": N.../usr/local/bin/samtools view -S -h -b -F 0x4 - | /usr/local/bin/samtools sort -@ 20 -no - temporarySam >...

    2180 days ago

Pages

Top-level pages

  • BioProgramming

    ...cian/ biological programmers need to expertise in any one one the programming language. However, sometime one language are not enough to handle all sort of biological needs, which co...

    3976 days ago

  • Bioinformatics Algorithms

    ...Each algorithm has a goal, for example, the purpose of the Quick Sort algorithm is to sort data in ascending or descendi...into another problem. A simple example: finding the median in an unsorted list is first translating t...

    3975 days ago

  • +6 more Top-level pages

Wire posts

  • Sort FASTA sequence by length: cat f1.fasta| awk '{if($0 ~ /^>/){printf "%st", $0}else{print length($0)"t"$0}}'| sort -k2n,2| awk '{print $1"n"$3}' > sequence.fasta #Sort #Fasta #Trick #Onliner

    3217 days ago

  • Display top 10 Mrmory resource intensive processes in order $ line=$(ps aux | head -n 1) && echo $line; ps aux | sort -nrk 5 | head #Display #Top10 #Memory #Processes #Linux #Trick

    3192 days ago

  • +13 more Wire posts

News

Opportunity posts

Fun

Bio-Scripts

Comments