<?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 'tab']]></title>
	<link>https://bioinformaticsonline.com/thewire/tag/tab?</link>
	<atom:link href="https://bioinformaticsonline.com/thewire/tag/tab?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/37968</guid>
	<pubDate>Mon, 22 Oct 2018 09:17:39 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/37968</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Tab file to FASTA file $ awk '{print "&gt;"$1"\n"$2}' allSeq_tm.txt &gt; allSeq_tm.fa #Fasta #Tab #Convert #Tab2Fasta</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/34152</guid>
	<pubDate>Tue, 08 Aug 2017 09:04:15 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/34152</link>
	<title><![CDATA[Wire post by Neel]]></title>
	<description><![CDATA[
<p>Replace space with tab. $ awk -v OFS="\t" '$1=$1' file1 #tab #space #replace #awk</p>
]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/31273</guid>
	<pubDate>Thu, 02 Mar 2017 10:54:53 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/31273</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Convert a SAM file to tab-delimited alignment coordinates https://gist.github.com/sjackman/7016520 #SAM #BAM #Convert #Tab</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/28620</guid>
	<pubDate>Fri, 05 Aug 2016 04:08:30 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/28620</link>
	<title><![CDATA[Wire post by Poonam Mahapatra]]></title>
	<description><![CDATA[
<p>Replace space with tab: perl -lpe 's/\s/\t/g' &lt; trf_file.dat &gt; outfile.txt #TRF #Tab #Space #Replace #Perl #PerlTrick #PerlOneliner</p>
]]></description>
	<dc:creator>Poonam Mahapatra</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/28604</guid>
	<pubDate>Wed, 03 Aug 2016 09:36:26 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/28604</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Remove tab with comma in file: perl -lpe 's/\t/,/g' &lt; flattened_line_0.fa.data &gt; output.csv #PerlTrick #PerlO,liner #Perl #Tab #Comma</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>