<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Installation</title><link>https://sourceforge.net/p/dspchip/wiki/Installation/</link><description>Recent changes to Installation</description><atom:link href="https://sourceforge.net/p/dspchip/wiki/Installation/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 19 Dec 2013 10:10:34 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dspchip/wiki/Installation/feed" rel="self" type="application/rss+xml"/><item><title>Installation modified by Anonymous</title><link>https://sourceforge.net/p/dspchip/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Requirements for installation of &lt;code&gt;dspchip&lt;/code&gt;&lt;/p&gt;
&lt;h1 id="requirements"&gt;Requirements&lt;/h1&gt;
&lt;p&gt;&lt;code&gt;dspchip&lt;/code&gt; has been implemented in &lt;a class="" href="http://www.python.org" rel="nofollow"&gt;Python&lt;/a&gt;, hence you will need this :-) &lt;/p&gt;
&lt;p&gt;There is a number of libraries you should install as dependencies: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://numpy.scipy.org/" rel="nofollow"&gt;numpy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://www.scipy.org/" rel="nofollow"&gt;scipy&lt;/a&gt;, backbode for most of the processing &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://www.pybytes.com/pywavelets/" rel="nofollow"&gt;pywt&lt;/a&gt;, for wavelet denoising &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://code.google.com/p/pysam/" rel="nofollow"&gt;pysam&lt;/a&gt;, for reading BAM files &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://matplotlib.sourceforge.net/"&gt;matplotlib&lt;/a&gt;, for plotting issues &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://bytebucket.org/james_taylor/bx-python/wiki/Home" rel="nofollow"&gt;bx-python&lt;/a&gt;, for handy readers of wig and interval files &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Also, you will beed &lt;code&gt;bigWigInfo&lt;/code&gt;, &lt;code&gt;bigWigToBedGraph&lt;/code&gt; and &lt;code&gt;wigToBigWig&lt;/code&gt; executables to support bigWig file format (until I have native python support). If you can't build from source, there are precompiled versions &lt;a class="" href="http://hgdownload.cse.ucsc.edu/admin/exe/" rel="nofollow"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="installation"&gt;Installation&lt;/h1&gt;
&lt;p&gt;Install the dependencies above, then get the source (either the tarball or the svn source). Unpack the archive and issue: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="err"&gt;$&lt;/span&gt; &lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;setup&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt; &lt;span class="n"&gt;build&lt;/span&gt;
&lt;span class="err"&gt;$&lt;/span&gt; &lt;span class="n"&gt;sudo&lt;/span&gt; &lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;setup&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;within the archive directory. Follow python distutils instruction for additional options, i.e. &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="err"&gt;$&lt;/span&gt; &lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;setup&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;help&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;commands&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;or &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="err"&gt;$&lt;/span&gt; &lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;setup&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;help&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 19 Dec 2013 10:10:34 -0000</pubDate><guid>https://sourceforge.net62624af48f54778cc0ceccdab089d86deca6f39b</guid></item></channel></rss>