<?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 'Length']]></title>
	<link>https://bioinformaticsonline.com/thewire/tag/Length?</link>
	<atom:link href="https://bioinformaticsonline.com/thewire/tag/Length?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/43720</guid>
	<pubDate>Fri, 21 Jan 2022 21:14:54 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/43720</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[
<p>Fold the FASTA sequences with length $ fold -w 100 genome.fa #Fasta #Genome #Fold #Break #Length</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/30627</guid>
	<pubDate>Mon, 23 Jan 2017 05:01:08 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/30627</link>
	<title><![CDATA[Wire post by Shruti Paniwala]]></title>
	<description><![CDATA[
<p>Fasta sequence length: awk '/^&gt;/ {if (seqlen){print seqlen}; print ;seqlen=0;next; } { seqlen += length($0)}END{print seqlen}' file.fa #Length #Linux #OneLiner</p>
]]></description>
	<dc:creator>Shruti Paniwala</dc:creator>
</item>

</channel>
</rss>