<?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: Split the multifasta in separate files !]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/38533/split-the-multifasta-in-separate-files?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/38533/split-the-multifasta-in-separate-files?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/38533/split-the-multifasta-in-separate-files</guid>
	<pubDate>Tue, 25 Dec 2018 19:03:27 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/38533/split-the-multifasta-in-separate-files</link>
	<title><![CDATA[Split the multifasta in separate files !]]></title>
	<description><![CDATA[<code>cat Avaga_allPalindrome.fa | awk &#039;{
        if (substr($0, 1, 1)==&quot;&gt;&quot;) {filename=(substr($0,2) &quot;.fa&quot;)}
        print $0 &gt; filename
}&#039;</code>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>