<?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: Reformat the multifasta for sequence length !]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/41967/reformat-the-multifasta-for-sequence-length?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/41967/reformat-the-multifasta-for-sequence-length?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/41967/reformat-the-multifasta-for-sequence-length</guid>
	<pubDate>Mon, 13 Jul 2020 08:43:44 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/41967/reformat-the-multifasta-for-sequence-length</link>
	<title><![CDATA[Reformat the multifasta for sequence length !]]></title>
	<description><![CDATA[<code>#awk oneliner to reformat the multifasta sequences

awk &#039;!/^&gt;/ {printf &quot;%s&quot;, $0; n = &quot;\n&quot;} /^&gt;/ {print n $0; n = &quot;&quot;}&#039; file.fasta | fold -w 100</code>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>

</channel>
</rss>