<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Wire posts tagged with 'sort']]></title>
	<link>https://bioinformaticsonline.com/thewire/tag/sort?</link>
	<atom:link href="https://bioinformaticsonline.com/thewire/tag/sort?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/42658</guid>
	<pubDate>Fri, 22 Jan 2021 08:10:55 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/42658</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>sort the string which combined with string + numeric using bash script. $ sort -V #Sort #sort #number #string</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/41983</guid>
	<pubDate>Tue, 21 Jul 2020 12:45:07 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/41983</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Sort and get the best first of duplicated lines $ sort -k3rn file | sort -u -k1,1 #Sort #Duplicated #Value</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/37390</guid>
	<pubDate>Fri, 20 Jul 2018 04:09:56 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/37390</link>
	<title><![CDATA[Wire post by Hardeep Kaur]]></title>
	<description><![CDATA[
<p>sort -k2 -n genome.fa #Sort #Column2 #Bash</p>
]]></description>
	<dc:creator>Hardeep Kaur</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/34239</guid>
	<pubDate>Thu, 09 Nov 2017 07:37:05 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/34239</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Sort a file with column 2: sort -g -k 2,2 allPacbio.fa.fai &gt; sorted.fai #sort #file #column</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/28110</guid>
	<pubDate>Mon, 27 Jun 2016 08:39:50 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/28110</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Check if BAM file is sorted or not use: for F in `find . -name "*.bam"`; do echo $F; samtools index ${F} ; done  #Sort #BAM #Trick</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/23767</guid>
	<pubDate>Thu, 13 Aug 2015 00:36:31 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/23767</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[
<p>Sort FASTA sequence by length: cat f1.fasta| awk '{if($0 ~ /^&gt;/){printf "%st", $0}else{print length($0)"t"$0}}'| sort -k2n,2| awk '{print $1"n"$3}' &gt; sequence.fasta #Sort #Fasta #Trick #Onliner</p>
]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>

</channel>
</rss>