<?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 'OneLiner']]></title>
	<link>https://bioinformaticsonline.com/thewire/tag/OneLiner?offset=15</link>
	<atom:link href="https://bioinformaticsonline.com/thewire/tag/OneLiner?offset=15" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/11525</guid>
	<pubDate>Thu, 05 Jun 2014 14:34:39 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/11525</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[
<p>rename all *.txt as *.bak: find . -name "*.txt" | sed "s/\.txt$//" | xargs -i echo mv {}.txt {}.bak | sh #Linux #Rename #Oneliner</p>
]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/10991</guid>
	<pubDate>Fri, 23 May 2014 10:10:20 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/10991</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>FastaQ 2 Fasta Oneliner: paste - - - -&lt; totalRNA_placental_1.fastq | perl -pale'$_="@F[0..1]"'|tr "\^@" "\&gt;" | perl -pale 's/\s/\n/g' #Oneliner #NGS #FastaQ #Fasta</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/10779</guid>
	<pubDate>Mon, 12 May 2014 04:47:30 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/10779</link>
	<title><![CDATA[Wire post by Neel]]></title>
	<description><![CDATA[
<p>zcat input_file.fastq.gz | awk 'NR%4==1{printf "&gt;%s\n", substr($0,2)}NR%4==2{print}' &gt; output_file.fa #fastaQ2fasta #fastaq #fasta #Oneliner</p>
]]></description>
	<dc:creator>Neel</dc:creator>
</item>

</channel>
</rss>