<?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 'perl']]></title>
	<link>https://bioinformaticsonline.com/thewire/tag/perl?offset=45</link>
	<atom:link href="https://bioinformaticsonline.com/thewire/tag/perl?offset=45" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<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>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/28456</guid>
	<pubDate>Wed, 20 Jul 2016 05:41:03 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/28456</link>
	<title><![CDATA[Wire post by Neel]]></title>
	<description><![CDATA[
<p>#Upgrade the #perl in #Ubuntu $ sudo cpan<br />cpan[1]&gt; upgrade</p>
]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/27304</guid>
	<pubDate>Wed, 11 May 2016 12:33:15 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/27304</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Perl Scripts for Science and Engineering http://www.lwebzem.com/cgi-bin/se_res/scripts.cgi #Perl #Script #Science</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/26633</guid>
	<pubDate>Sun, 13 Mar 2016 13:59:21 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/26633</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Print all text after a matching string perl -ne "print unless 1 .. m(String)" #Perl #OneLiner #String #Perl #Trick</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/26583</guid>
	<pubDate>Wed, 09 Mar 2016 08:23:46 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/26583</link>
	<title><![CDATA[Wire post by Neel]]></title>
	<description><![CDATA[
<p>Delete space from FASTA header: perl -pe 's/&gt;\S+\K.+//' &lt; file.fasta &gt; new_file.fasta #PerlOneLiner #Trick #Perl #Space #Fasta</p>
]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/26317</guid>
	<pubDate>Mon, 08 Feb 2016 13:09:15 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/26317</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Print all the values between 15 to 17. perl -ne 'print if 15 .. 17' file #Perl #PerlTrick #Range</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/26242</guid>
	<pubDate>Mon, 01 Feb 2016 05:15:33 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/26242</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[
<p>To uninstall a perl module $ cpanm --uninstall &lt;Module::Name&gt; #Perl #Trick #Uninstall #Module</p>
]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/24353</guid>
	<pubDate>Wed, 09 Sep 2015 16:05:55 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/24353</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[
<p>Remove the fasta description and just keep the identifier. perl -p -i -e 's/&gt;(.+?) .+/&gt;$1/g' sample1.fa #Perl #Oneliner #Trick #Tips #Fasta #Identifier #Remove</p>
]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/24351</guid>
	<pubDate>Wed, 09 Sep 2015 16:01:53 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/24351</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[
<p>Extract sequences by their ID from a fasta file. perl -ne 'if(/^&gt;(\S+)/){$c=$i{$1}}$c?print:chomp;$i{$_}=1 if @ARGV' ids.txt sample1.fa #Extract #Sequences #IDs #Fasta #Perl #Trick #Oneliner</p>
]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/24323</guid>
	<pubDate>Mon, 07 Sep 2015 12:14:57 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/24323</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[
<p>Search and replace the string 'this' with the string 'that' in the file filename. perl -p -i -e 's/this/that/g' filename #Perl #Trick #PerlOneLiner #Tipsoftheday #Replace #FindandReplace</p>
]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/23311</guid>
	<pubDate>Thu, 16 Jul 2015 03:26:30 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/23311</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Besides, I wasn't trying to help them understand. I was only trying to help them think they understand. --#Larry Wall #Perl #Quotes</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/23230</guid>
	<pubDate>Thu, 09 Jul 2015 19:55:02 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/23230</link>
	<title><![CDATA[Wire post by Jitendra Narayan]]></title>
	<description><![CDATA[
<p>Print all possible 2 combination of words ( ATGC): $letter = join',','A','T','G','C'; @abc=glob "{$letter}{$letter}"; foreach (@abc) { print "$_\n"; } #Perl #PerlTrick #TipsOftheDay</p>
]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/23112</guid>
	<pubDate>Fri, 03 Jul 2015 04:08:59 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/23112</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[
<p>Perl Elements to Avoid http://perl-begin.org/tutorials/bad-elements/ #Perl #Tricks #Avoid #Learn #Beginners</p>
]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/23102</guid>
	<pubDate>Fri, 03 Jul 2015 01:50:13 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/23102</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[
<p>Fancy One-Liner http://userweb.eng.gla.ac.uk/umer.ijaz/bioinformatics/oneliners.html #Perl #OneLiner #Bioinformatics #Quick #Common #Tricks #CommandLine #Terminal</p>
]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>

</channel>
</rss>