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 >...

    2156 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...

    3953 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...

    3951 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

    3193 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

    3168 days ago

  • +13 more Wire posts

News

Opportunity posts

Fun

Bio-Scripts

Tags

  • Linux Sort Commands for Bioinformatics

    Almost all the scripting languages such as Perl, Python etc have built-in sort, but unfortunately none of them are as flexible as sort command. But one when it come to space efficiency GNU sort stands at the top. It can sort a 20Gb file with less than 2Gb memory. It is not trivial to implement so...

    Tags: Bioinformatics, Computational Biology, Linux, Sort, Example

    3632 days ago

  • 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

    Tags: Sort, Fasta, Trick, Onliner

    3193 days ago

  • +6 more Tags

Comments