<?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 'pattern']]></title>
	<link>https://bioinformaticsonline.com/thewire/tag/pattern?</link>
	<atom:link href="https://bioinformaticsonline.com/thewire/tag/pattern?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/38947</guid>
	<pubDate>Mon, 11 Feb 2019 18:01:41 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/38947</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Extract fasta with pattern $ perl -n -e '$on=(/^&gt;(A)/) if (/^&gt;/); print $_ if ($on);' pilonCor_round1.fasta &gt; A_set.fa<br /> #Pattern #Extract #Fasta</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/36053</guid>
	<pubDate>Wed, 28 Mar 2018 17:14:25 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/36053</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[
<p>#Extract all the files from a #directory and #sub-dir with #pattern. $ find TrimmedDir -type f | grep "L_" | xargs -i cp {} .</p>
]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/36007</guid>
	<pubDate>Wed, 21 Mar 2018 06:48:18 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/36007</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Find matching file names with pattern in a directory. $ ls -dq *_name2search_* | wc -l #file #search #hits #pattern #names  #directory</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/33735</guid>
	<pubDate>Fri, 30 Jun 2017 07:16:30 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/33735</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Find a pattern in first 7 characters of reads. bioawk -c fastx 'substr($seq,0,7) == $TAG { print }' reads.fq.gz #Reads #NGS #Extract #Pattern</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/26314</guid>
	<pubDate>Mon, 08 Feb 2016 12:50:01 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/26314</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Print all the values beetween a pattern "abc" &gt; awk '/abc/{flag=1;next}/mno/{flag=0}flag' file #awk #print #range #pattern</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/17219</guid>
	<pubDate>Sun, 21 Sep 2014 16:19:13 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/17219</link>
	<title><![CDATA[Wire post by John Parker]]></title>
	<description><![CDATA[
<p>Search a PATTERN in a file and print the line. perl -ne '/PATTERN/ &amp;&amp; print' fileName #Perl #Pattern #Print #Search #Line</p>
]]></description>
	<dc:creator>John Parker</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/11794</guid>
	<pubDate>Fri, 13 Jun 2014 13:38:22 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/11794</link>
	<title><![CDATA[Wire post by Rahul Agarwal]]></title>
	<description><![CDATA[
<p>Suffix Trees ! http://www.cs.cmu.edu/~ckingsf/bioinfo-lectures/suffixtrees.pdf #SuffixTree #Pattern</p>
]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>

</channel>
</rss>