<?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 'Size']]></title>
	<link>https://bioinformaticsonline.com/thewire/tag/Size?</link>
	<atom:link href="https://bioinformaticsonline.com/thewire/tag/Size?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/40284</guid>
	<pubDate>Mon, 25 Nov 2019 09:23:51 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/40284</link>
	<title><![CDATA[Wire post by LEGE]]></title>
	<description><![CDATA[
<p>#Estimate the #insert #size with mapped reads $ head -10000 mappings.sam | awk '{ if ($9 &gt; 0) { N+=1; S+=$9; S2+=$9*$9 }} END { M=S/N; print "n="N", mean="M", stdev="sqrt ((S2-M*M*N)/(N-1))}'</p>
]]></description>
	<dc:creator>LEGE</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/40129</guid>
	<pubDate>Thu, 17 Oct 2019 05:43:59 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/40129</link>
	<title><![CDATA[Wire post by Neel]]></title>
	<description><![CDATA[
<p>List all files by size in Linux $ ls -l -S | sort -k 5 -n #Linux #Size #List</p>
]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/37933</guid>
	<pubDate>Mon, 15 Oct 2018 07:00:57 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/37933</link>
	<title><![CDATA[Wire post by BioStar]]></title>
	<description><![CDATA[
<p>Check the file systems and sizes. $ df --block-size=G  #Linux #Size #df</p>
]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/37483</guid>
	<pubDate>Mon, 06 Aug 2018 07:52:55 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/37483</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[
<p>du -sh * | sort | grep "G" #List size of all the directory #Size #List #Directory #Linux</p>
]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/37011</guid>
	<pubDate>Fri, 22 Jun 2018 04:41:13 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/37011</link>
	<title><![CDATA[Wire post by Aaryan Lokwani]]></title>
	<description><![CDATA[
<p>Count the contigs length in index fasta file with samtools. $ awk '{s+=$2}END{print s}' scaffolds.fasta.fai   #Fasta #Index #Length #Count #Size #Samtools</p>
]]></description>
	<dc:creator>Aaryan Lokwani</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/35617</guid>
	<pubDate>Thu, 15 Feb 2018 10:16:00 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/35617</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Estimate the genome size https://bioinformatics.uconn.edu/genome-size-estimation-tutorial/ #Genome #Size #Estimate</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/34047</guid>
	<pubDate>Wed, 02 Aug 2017 04:50:14 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/34047</link>
	<title><![CDATA[Wire post by Neel]]></title>
	<description><![CDATA[
<p>Reformat you fasta sequence with size. $ seqkit seq -w 50 allGenomeContacted.fa &gt; allGenomeContacted_final.fa #Reformat #Fasta #Size</p>
]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/33851</guid>
	<pubDate>Mon, 10 Jul 2017 09:19:55 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/33851</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>#Filter out #reads with #size to discard reads containing many Ns. BBNorm ( https://sourceforge.net/projects/bbmap/ )</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/33823</guid>
	<pubDate>Wed, 05 Jul 2017 11:02:44 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/33823</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Split the file in Linux with size. $  split --bytes=50M aaaa.fa  #split #linux #size</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/33728</guid>
	<pubDate>Fri, 30 Jun 2017 04:11:21 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/33728</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[
<p>To know the size of the directory in current folder. $ du -sh * #Size #Directory #List #Space #Linux #du</p>
]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/29031</guid>
	<pubDate>Mon, 05 Sep 2016 10:11:15 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/29031</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Find a file with certain size and delete them: $ find . -name "see-D-d-ALN_*" -size -10k -delete  #Delete #Size #Linux #Tricks</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/28868</guid>
	<pubDate>Mon, 22 Aug 2016 09:23:58 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/28868</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>du -sh *  will give you the size of all the directories,files etc in current directory in human readable format. #Linux #Size #Tricks #Folders #Files</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>