<?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 'rename']]></title>
	<link>https://bioinformaticsonline.com/thewire/tag/rename?</link>
	<atom:link href="https://bioinformaticsonline.com/thewire/tag/rename?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/40255</guid>
	<pubDate>Fri, 15 Nov 2019 23:13:24 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/40255</link>
	<title><![CDATA[Wire post by Neel]]></title>
	<description><![CDATA[
<p>#Rename the #fasta #header and #keep first $ perl -ne 'if (/^(&gt;\S+)/){print "$1\n";}else{print $_;}' realTestDATA.fa &gt; realTestDATA_headerCorrected.fa #Perl</p>
]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/38058</guid>
	<pubDate>Fri, 02 Nov 2018 09:23:44 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/38058</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Rename the fasta header perl -ane 'if(/\&gt;/){$a++;print "&gt;LR$a\n"}else{print;}' allPacBio_clean.fa &gt; allPacBio_clean_shortName.fa<br /> #fasta #header #rename</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/36034</guid>
	<pubDate>Mon, 26 Mar 2018 03:55:55 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/36034</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Append to the file name. $ for filename in *.scf; do mv "$filename" "H_$filename"; done; #append #mv #rename</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<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>

</channel>
</rss>