<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Python usage</title><link>https://sourceforge.net/p/quikr/wiki/Python%2520usage/</link><description>Recent changes to Python usage</description><atom:link href="https://sourceforge.net/p/quikr/wiki/Python%20usage/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 20 May 2013 15:21:20 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/quikr/wiki/Python%20usage/feed" rel="self" type="application/rss+xml"/><item><title>Python usage modified by David Koslicki</title><link>https://sourceforge.net/p/quikr/wiki/Python%2520usage/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Koslicki</dc:creator><pubDate>Mon, 20 May 2013 15:21:20 -0000</pubDate><guid>https://sourceforge.net541e32eb495e244361fd4b7edf7fc732f413017d</guid></item><item><title>Python usage modified by David Koslicki</title><link>https://sourceforge.net/p/quikr/wiki/Python%2520usage/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="python-documentation"&gt;Python Documentation&lt;/h1&gt;
&lt;p&gt;The python version comes with scripts that can be used like the regular quikr&lt;br /&gt;
program, and also a module called quikr so integration with python scripts &lt;br /&gt;
is easier.&lt;/p&gt;
&lt;p&gt;If you  are switching to use the python scripts instead of the regular, you&lt;br /&gt;
will need to regenerate your trained databases with the python version of &lt;br /&gt;
quikr_train.&lt;/p&gt;
&lt;h2 id="function-documentation"&gt;Function documentation&lt;/h2&gt;
&lt;p&gt;If you want to use our quikr module, run help on the module:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="o"&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class="n"&gt;import&lt;/span&gt; &lt;span class="n"&gt;quikr&lt;/span&gt;
&lt;span class="o"&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/span&gt; &lt;span class="n"&gt;help&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;quikr&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;h2 id="python-cannot-find-xyz"&gt;Python Cannot Find XYZ&lt;/h2&gt;
&lt;p&gt;Ensure that you have Python 2.7, Scipy, Numpy, and BIOpython installed &lt;br /&gt;
and that python is setup correctly. You should be able to do this from a python&lt;br /&gt;
prompt without any errors:&lt;br /&gt;
    &amp;gt;&amp;gt;&amp;gt; import numpy&lt;br /&gt;
    &amp;gt;&amp;gt;&amp;gt; import scipy&lt;br /&gt;
    &amp;gt;&amp;gt;&amp;gt; from Bio import SeqIO&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Koslicki</dc:creator><pubDate>Wed, 15 May 2013 16:48:18 -0000</pubDate><guid>https://sourceforge.net2eed067fcdacdbee4bf9b3d6e2996c5810d9b475</guid></item></channel></rss>