<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Biohaskell &#187; Downloads</title>
	<atom:link href="http://blog.malde.org/index.php/category/downloads/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.malde.org</link>
	<description>bioinformatics and haskell</description>
	<lastBuildDate>Tue, 20 Jul 2010 15:04:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Updated software versions available</title>
		<link>http://blog.malde.org/index.php/2010/07/20/updated-software-versions-available/</link>
		<comments>http://blog.malde.org/index.php/2010/07/20/updated-software-versions-available/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 14:43:24 +0000</pubDate>
		<dc:creator>ketil</dc:creator>
				<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://blog.malde.org/?p=167</guid>
		<description><![CDATA[I&#8217;ve just uploaded new versions of various software to HackageDB.  If you have cabal-install on your system, it should now be possible to do e.g. cabal install flowsim to automatically download and compile the program and its dependencies.
bio-0.4.6: A bioinformatics library
The library provides functions and data structures to work with various kinds of bioinformatics data.  [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just uploaded new versions of various software to <a title="The Hackage software repository" href="http://hackage.haskell.org/">HackageDB</a>.  If you have <em>cabal-install</em> on your system, it should now be possible to do e.g. <em>cabal install flowsim</em> to automatically download and compile the program and its dependencies.</p>
<h3>bio-0.4.6: A bioinformatics library<a href="http://blog.malde.org/wp-content/uploads/2010/07/sunflowers.jpg"><img class="alignright size-medium wp-image-171" title="sunflowers" src="http://blog.malde.org/wp-content/uploads/2010/07/sunflowers-282x300.jpg" alt="Image of sunflowers in a miliary cooking utensil thingy" /></a></h3>
<p>The library provides functions and data structures to work with various kinds of bioinformatics data.  It has <a title="The Haskell Bioinformatics Library" href="/index.php/the-haskell-bioinformatics-library/">its own page here</a>.  New features include support for BLAT&#8217;s PSL format, fixes to SFF and limiting the binary dependency to &lt;0.5 to maintain necessary laziness.</p>
<h3>flowsim-0.2.6: A simulator for 454 pyrosequencing data</h3>
<p>Flowsim is new on Hackage, but also has<a title="Flowsim - a simulator for pyrosequencing data" href="index.php/flowsim/"> its own page.</a> The current version is split into two parts, <em>clonesim</em> which simulates fragmenting of a genome, and <em>flowsim</em> proper, which simulates flowgrams from the sequences, and does base- and quality calling in order to output SFF files, similar to those generated from the real thing.  Flowsim will be presented at <a title="ECCB10 web site" href="http://www.eccb10.org/">ECCB&#8217;10</a> in Ghent at the end of September.</p>
<h3>flower-0.3: A set of tools to work with pyrosequencing data</h3>
<p>This is a &#8211; dare I say bouquet?  of various tools for working on and with 454 data.  Flower itself extracts various information from SFF files, and is <a title="Flower - analyzis and extraction from 454 SFF files" href="index.php/flower/">documented here</a>, but the package includes other tools as well, namely: the quite renamable <em>flowt</em> which attempts to remove duplicate clones, an artifact that appears to occur frequently in these data; the more appropriately named <em>frename</em> which relabels reads uniquely (useful if downstream software requires it), and <em>frecover</em> which recovers corrupted SFF files, which happened to us once, but so far hasn&#8217;t happened again.</p>
<p>They should all now be a <em>cabal install</em> away, so if you use these, please let me know how you fare, and whether you find them useful!  I also try to provide <a title="statically linked linux binaries" href="http://malde.org/~ketil/biohaskell/linux-binaries">Linux binaries</a> for recent versions, and hope to provide proper Linux distribution packages (you know, .debs and .rpms) in the future.  If you want to help out, there&#8217;s also the darcs repositories for <a href="/~ketil/biohaskell/biolib">biolib</a>, <a href="/~ketil/biohaskell/flower">flower</a>, and <a href="/~ketil/biohaskell/flowsim">flowsim</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.malde.org/index.php/2010/07/20/updated-software-versions-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tools for pyrosequencing analysis</title>
		<link>http://blog.malde.org/index.php/2010/02/19/tools-for-pyrosequencing-analysis/</link>
		<comments>http://blog.malde.org/index.php/2010/02/19/tools-for-pyrosequencing-analysis/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 21:28:27 +0000</pubDate>
		<dc:creator>ketil</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Examples]]></category>

		<guid isPermaLink="false">http://blog.malde.org/?p=98</guid>
		<description><![CDATA[I recently did a brief presentation of the set of tools I&#8217;ve developed for analyzing pyrosequences (the Roche 454 variety).  Nothing spectacular, just an overview of various ways of slicing and dicing SFF files using tools written in Haskell.  For lack of a better place to put it, I&#8217;ll drop my slides below.
flowers
]]></description>
			<content:encoded><![CDATA[<p>I recently did a brief<img class="alignright" title="Hokusai poppies" src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Hokusai_Poppies.jpg/800px-Hokusai_Poppies.jpg" alt="" width="260" height="179" /> presentation of the set of tools I&#8217;ve developed for analyzing pyrosequences (the Roche 454 variety).  Nothing spectacular, just an overview of various ways of slicing and dicing SFF files using tools written in Haskell.  For lack of a better place to put it, I&#8217;ll drop my slides below.</p>
<p><a title="A presentation of tools for working with SFF files" href="http://blog.malde.org/wp-content/uploads/2010/02/flowers2.pdf">flowers</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.malde.org/index.php/2010/02/19/tools-for-pyrosequencing-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A (too) brief Biohaskell presentation</title>
		<link>http://blog.malde.org/index.php/2009/09/15/a-too-brief-biohaskell-presentation/</link>
		<comments>http://blog.malde.org/index.php/2009/09/15/a-too-brief-biohaskell-presentation/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 12:27:00 +0000</pubDate>
		<dc:creator>ketil</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Examples]]></category>

		<guid isPermaLink="false">http://blog.malde.org/index.php/2009/09/15/a-too-brief-biohaskell-presentation/</guid>
		<description><![CDATA[I was recently in Trondheim, and got an opportunity to present Haskell to an audience of bioinformaticians.  Alas, it is hard to describe Haskell in all its glory to the uninitiated in forty-five minutes, and especially when I also wanted to talk a bit about the application to bioinformatics.  I left in the belief that [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently in Trondheim, and got an opportunity to present Haskell to an audience of bioinformaticians.  Alas, it is hard to describe Haskell in all its glory to the uninitiated in forty-five minutes, and especially when I also wanted to talk a bit about the application to bioinformatics.  I left in the belief that I managed to communicate some of the ideas, and submit the slides and other material here for posterity.  (I&#8217;m happy to receive comments, too, just in case I&#8217;ll do a revised version of the talk later on).</p>
<ul>
<li> <a href="http://blog.malde.org/wp-content/uploads/2009/09/biohaskell.pdf" title="biohaskell slides">My biohaskell slides</a></li>
<li><a href="http://blog.malde.org/wp-content/uploads/2009/09/biohaskell.tex" title="slides’ LaTeX source, using beamer.cls">slides’ LaTeX source, using beamer.cls</a></li>
<li><a href="http://blog.malde.org/wp-content/uploads/2009/09/lpssm.ps" title="Lazy PSSM  paper">Lazy PSSM JFP-paper</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.malde.org/index.php/2009/09/15/a-too-brief-biohaskell-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
