<?xml version="1.0" encoding="iso-8859-1"?>
<!-- name="generator" content="pyblosxom/1.3.2 2/13/2006" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
<channel>
<title>Diane's World 06 Dec 2005</title>
<link>http://woldlab.caltech.edu/~diane/index.cgi</link>
<description>I take the 5th</description>
<language>en</language>
<item>
  <title>Brians Repeats</title>
  <link>http://woldlab.caltech.edu/~diane/index.cgi/work/brians-repeats-2005-12-06-20-00.html</link>
  <description><![CDATA[

<div class="document">
<p>We're trying to determine if there are repeats near genomic probems.</p>
<blockquote>
<p>The first pass file had a large number of repeats in it.</p>
<p>high_genomic_signal_fewer_repeats.txt had those stripped out.</p>
<p>I created a fasta file with the following python code</p>
<pre class="literal-block">
data = [ x.strip().split('\t') for x in open('high_genomic_signal_fewer_repeats.txt','r')]
open('high_genomic_signal_fewer_repeats.fa','w').writelines([ &quot;&gt;%s|%s\n%s\n&quot; % (x[2],x[0],x[3]) for x in data])
</pre>
<p>ok yeah I shouldn't do that in so few lines.</p>
<p>Hopefully the following</p>
<pre class="literal-block">
blastall -p blastn -e 0.000001 -d mouse_34.0.fa -i high_genomic_signal_fewer_repeats.fa -m 7 | tee high_genomic_signal_fewer_repeats.blast.xml
</pre>
<p>command will generate a new, smaller xml results file.</p>
</blockquote>
</div>

]]></description>
</item>

</channel>
</rss>
