<?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>GPGPU &#187; Tag: Bioinformatics :: GPGPU.org</title>
	<atom:link href="http://gpgpu.org/tag/bioinformatics/feed" rel="self" type="application/rss+xml" />
	<link>http://gpgpu.org</link>
	<description>General-Purpose Computation on Graphics Hardware</description>
	<lastBuildDate>Mon, 06 Feb 2012 04:59:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sequence Homology Search using Fine-Grained Cycle Sharing of Idle GPUs</title>
		<link>http://gpgpu.org/2011/10/02/sequence-homology-search</link>
		<comments>http://gpgpu.org/2011/10/02/sequence-homology-search#comments</comments>
		<pubDate>Sun, 02 Oct 2011 07:25:49 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Bioinformatics]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Sequence Alignment]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4009</guid>
		<description><![CDATA[Abstract: In this paper, we propose a fine-grained cycle sharing (FGCS) system capable of exploiting idle graphics processing units (GPUs) for accelerating sequence homology search in local area network environments. Our system exploits short idle periods on GPUs by running small parts of guest programs such that each part can be completed within hundreds of [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>In this paper, we propose a fine-grained cycle sharing (FGCS) system capable of exploiting idle graphics processing units (GPUs) for accelerating sequence homology search in local area network environments. Our system exploits short idle periods on GPUs by running small parts of guest programs such that each part can be completed within hundreds of milliseconds. To detect such short idle periods from the pool of registered resources, our system continuously monitors keyboard and mouse activities via event handlers rather than waiting for a screensaver, as is typically deployed in existing systems. Our system also divides guest tasks into small parts according to a performance model that estimates execution times of the parts. This task division strategy minimizes any disruption to the owners of the GPU resources. Experimental results show that our FGCS system running on two non-dedicated GPUs achieves 111-116% of the throughput achieved by a single dedicated GPU. Furthermore, our system provides over two times the throughput of a screensaver-based system. We also show that the idle periods detected by our system constitute half of the system uptime. We believe that the GPUs hidden and often unused in office environments provide a powerful solution to sequence homology search.</p></blockquote>
<p>(Fumihiko Ino, Yuma Munekawa, and Kenichi Hagihara, <em>“Sequence Homology Search using Fine-Grained Cycle Sharing of Idle GPUs”</em>, accepted for publication in IEEE Transactions on Parallel and Distributed Systems, Sep. 2011. [<a title="Link to publisher" href="http://dx.doi.org/10.1109/TPDS.2011.239" target="_blank">DOI</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/10/02/sequence-homology-search/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accelerating Smith-Waterman on Heterogeneous CPU-GPU Systems</title>
		<link>http://gpgpu.org/2011/06/26/smith-waterman-on-heterogeneous-cpu-gpu-systems</link>
		<comments>http://gpgpu.org/2011/06/26/smith-waterman-on-heterogeneous-cpu-gpu-systems#comments</comments>
		<pubDate>Sun, 26 Jun 2011 23:19:13 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Bioinformatics]]></category>
		<category><![CDATA[Computational Biology]]></category>
		<category><![CDATA[Heterogeneneous Computing]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Sequence Alignment]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3676</guid>
		<description><![CDATA[Abstract: This paper describes the approach and the speedup obtained in performing Smith-Waterman database searches on heterogeneous platforms comprising of multi core CPU and multi GPU systems. Most of the advanced and optimized Smith-Waterman algorithm versions have demonstrated remarkable speedup over NCBI BLAST versions, viz., SWPS3 based on x86 SSE2 instructions and CUDASW++ v2.0 CUDA [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>This paper describes the approach and the speedup obtained in performing Smith-Waterman database searches on heterogeneous platforms comprising of multi core CPU and multi GPU systems. Most of the advanced and optimized Smith-Waterman algorithm versions have demonstrated remarkable speedup over NCBI BLAST versions, viz., SWPS3 based on x86 SSE2 instructions and CUDASW++ v2.0 CUDA implementation on GPU. This work proposes a hybrid Smith-Waterman algorithm that integrates the state-of-the art CPU and GPU solutions for accelerating Smith-Waterman algorithm in which GPU acts as a co-processor and shares the workload with the CPU enabling us to realize remarkable performance of over 70 GCUPS resulting from simultaneous CPU-GPU execution. In this work, both CPU and GPU are graded equally in performance for Smith-Waterman rather than previous approaches of porting the computationally intensive portions onto the GPUs or a naive multi-core CPU approach.</p></blockquote>
<p>(J. Singh and I. Aruni: <em>&#8220;Accelerating Smith-Waterman on Heterogeneous CPU-GPU Systems&#8221;</em>, Proceedings of Bioinformatics and Biomedical Engineering (iCBBE), May 2011. [<a href="http://dx.doi.org/10.1109/icbbe.2011.5780005 " target="_blank">DOI</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/06/26/smith-waterman-on-heterogeneous-cpu-gpu-systems/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A GPU-accelerated bioinformatics application for large-scale protein networks</title>
		<link>http://gpgpu.org/2011/02/10/gpu-accelerated-large-scale-protein-networks</link>
		<comments>http://gpgpu.org/2011/02/10/gpu-accelerated-large-scale-protein-networks#comments</comments>
		<pubDate>Fri, 11 Feb 2011 03:57:26 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Bioinformatics]]></category>
		<category><![CDATA[Graph Algorithms]]></category>
		<category><![CDATA[High-Performance Computing]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Protein Interaction Network]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3251</guid>
		<description><![CDATA[Abstract: Proteins, nucleic acids, and small molecules form a dense network of molecular interactions in a cell. The architecture of molecular networks can reveal important principles of cellular organization and function, similarly to the way that protein structure tells us about the function and organization of a protein. Protein complexes are groups of proteins that [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>Proteins, nucleic acids, and small molecules form a dense network of molecular interactions in a cell. The architecture of molecular networks can reveal important principles of cellular organization and function, similarly to the way that protein structure tells us about the function and organization of a protein. Protein complexes are groups of proteins that interact with each other at the same time and place, forming a single multimolecular machine. Functional modules, in contrast, consist of proteins that participate in a particular cellular process while binding each other at a different time and place.</p>
<p>A protein-protein interaction network is represented as proteins are nodes and interactions between proteins are edges. Protein complexes and functional modules can be identified as highly interconnected subgraphs and computational methods are now inevitable to detect them from protein interaction data. In addition, High-throughput screening techniques such as yeast two-hybrid screening enable identification of detailed protein-protein interactions map in multiple species. As the interaction dataset increases, the scale of interconnected protein networks increases exponentially so that the increasing complexity of network gives computational challenges to analyze the networks.<span id="more-3251"></span></p>
<p>Graphics hardware is recently widely used in high-performance computing due to its cost effectiveness. Bioinformatics applications also exploit GPU as a massive parallel multi-core processor to address computational challenges in the many areas such as sequence analysis and protein structure prediction. However, few attempts have been made to analyze biological networks.</p>
<p>We present a fast parallel implementation using commodity graphics hardware based a well-known sequential complex finding algorithm of MCODE to address the computational challenge. Our parallel algorithm is implemented on the NVIDIA parallel computing architecture of CUDA. It is evaluated for a various kinds of  large-scale PPI networks. Our GPU accelerated implementation using the latest NVIDIA graphics hardware  achieves a speedup of two orders of magnitudes compared to the original MCODE in the latest CPU for large-scale protein-protein interaction networks.</p></blockquote>
<p>(Jun Sung Yoon and Won-Hyung Jung, &#8220;A GPU-accelerated bioinformatics application for large-scale protein interaction networks&#8221;, Asia Pacific Bioinformatics Conference, 2011. [<a href="http://www.allegroviva.com/csplugins/allegromcode/APBC2011_Poster_GPU_APP_PPI.pdf" target="_blank">pdf</a>] [<a href="http://www.allegroviva.com/allegromcode" target="_blank">Project Webpage</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/02/10/gpu-accelerated-large-scale-protein-networks/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fast and accurate protein substructure searching with simulated annealing and GPUs</title>
		<link>http://gpgpu.org/2010/09/19/protein-substructure-searching</link>
		<comments>http://gpgpu.org/2010/09/19/protein-substructure-searching#comments</comments>
		<pubDate>Sun, 19 Sep 2010 13:53:31 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Bioinformatics]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Protein Substructure Search]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=2770</guid>
		<description><![CDATA[Abstract: Searching a database of protein structures for matches to a query structure, or occurrences of a structural motif, is an important task in structural biology and bioinformatics. While there are many existing methods for structural similarity searching, faster and more accurate approaches are still required, and few current methods are capable of substructure (motif) [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>Searching a database of protein structures for matches to a query structure, or occurrences of a structural motif, is an important task in structural biology and bioinformatics. While there are many existing methods for structural similarity searching, faster and more accurate approaches are still required, and few current methods are capable of substructure (motif) searching.</p>
<p>We developed an improved heuristic for tableau-based protein structure and substructure searching using simulated annealing, that is as fast or faster, and comparable in accuracy, with some widely used existing methods. Furthermore, we created a parallel implementation on a modern graphics processing unit (GPU). The GPU implementation achieves up to 34 times speedup over the CPU implementation of tableau-based structure search with simulated annealing, making it one of the fastest available methods. To the best of our knowledge, this is the first application of a GPU to the protein structural search problem.</p></blockquote>
<p>(Stivala, A. and Stuckey, P. and Wirth, A.: <em>&#8220;Fast and accurate protein substructure searching with simulated annealing and GPUs&#8221;</em>. BMC Bioinformatics, 11:446, Sep. 2010, <a href="http://dx.doi.org/10.1186/1471-2105-11-446" target="_blank">DOI</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2010/09/19/protein-substructure-searching/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MUMmerGPU 2: Optimizing data intensive GPGPU computations for DNA sequence alignment</title>
		<link>http://gpgpu.org/2009/08/31/mummergpu-2</link>
		<comments>http://gpgpu.org/2009/08/31/mummergpu-2#comments</comments>
		<pubDate>Mon, 31 Aug 2009 22:15:30 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Bioinformatics]]></category>
		<category><![CDATA[Computational Biology]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Sequence Alignment]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=1837</guid>
		<description><![CDATA[Abstract: MUMmerGPU uses highly-parallel commodity graphics processing units (GPU) to accelerate the data-intensive computation of aligning next generation DNA sequence data to a reference sequence for use in diverse applications such as disease genotyping and personal genomics. MUMmerGPU 2.0 features a new stackless depth-first-search print kernel and is 13× faster than the serial CPU version [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>MUMmerGPU uses highly-parallel commodity graphics processing units (GPU) to accelerate the data-intensive computation of aligning next generation DNA sequence data to a reference sequence for use in diverse applications such as disease genotyping and personal genomics. MUMmerGPU 2.0 features a new stackless depth-first-search print kernel and is 13× faster than the serial CPU version of the alignment code and nearly 4× faster in total computation time than MUMmerGPU 1.0. We exhaustively examined 128 GPU data layout configurations to improve register footprint and running time and conclude higher occupancy has greater impact than reduced latency. MUMmerGPU is available open-source at <a href="http://www.mummergpu.sourceforge.net" target="_blank">http://www.mummergpu.sourceforge.net</a>.</p></blockquote>
<p>(Trapnell, C, Schatz, MC (2009) Optimizing data intensive GPGPU computations for DNA sequence alignment. Parallel Computing <a href="http://dx.doi.org/10.1016/j.parco.2009.05.002" target="_blank">doi:10.1016/j.parco.2009.05.002</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2009/08/31/mummergpu-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CUDA compatible GPU cards as efficient hardware accelerators for Smith-Waterman sequence alignment</title>
		<link>http://gpgpu.org/2008/04/02/cuda-compatible-gpu-cards-as-efficient-hardware-accelerators-for-smith-waterman-sequence-alignment</link>
		<comments>http://gpgpu.org/2008/04/02/cuda-compatible-gpu-cards-as-efficient-hardware-accelerators-for-smith-waterman-sequence-alignment#comments</comments>
		<pubDate>Wed, 02 Apr 2008 08:37:59 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Bioinformatics]]></category>
		<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://gpgpu.site/?p=418</guid>
		<description><![CDATA[The Smith-Waterman algorithm has been available for more than 25 years. It is based on a dynamic programming approach that explores all the possible alignments between two biological sequences; as a result it returns the optimal local alignment. Unfortunately, the computational cost is very high, requiring a number of operations proportional to the product of [...]]]></description>
			<content:encoded><![CDATA[<p>The Smith-Waterman algorithm has been available for more than 25 years. It is based on a dynamic programming approach that explores all the possible alignments between two biological sequences; as a result it returns the optimal local alignment. Unfortunately, the computational cost is very high, requiring a number of operations proportional to the product of the length of two sequences. <a title="Link to paper" href="http://www.biomedcentral.com/1471-2105/9/S2/S10" target="_blank">This paper</a> by <a title="Svetln Manavski's Website" href="http://www.manavski.com/" target="_blank">Svetlin Manavski</a> and <a title="Giorgio Valle's Web Page" href="http://grup.cribi.unipd.it/%7Evalle/" target="_blank">Giorgio Valle</a> describes <a title="SmithWaterman-CUDA" href="http://bioinformatics.cribi.unipd.it/cuda/" target="_blank">SmithWaterman-CUDA</a>, an open-source project to perform fast sequence alignment on the GPU. Although the software performs the optimal Smith-Waterman alignment it is faster than heuristics approaches like FASTA and BLAST. The tests on protein data banks show up to 30x speed up related to reference CPU implementations. (Svetlin A. Manavski, Giorgio Valle, <a title="Link to paper" href="http://www.biomedcentral.com/1471-2105/9/S2/S10" target="_blank">CUDA compatible GPU cards as efficient hardware accelerators for Smith-Waterman sequence alignment</a>, BMC Bioinformatics 2008, 9(Suppl 2):S10 (26 March 2008))</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2008/04/02/cuda-compatible-gpu-cards-as-efficient-hardware-accelerators-for-smith-waterman-sequence-alignment/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>High-throughput sequence alignment using Graphics Processing Units</title>
		<link>http://gpgpu.org/2008/02/11/high-throughput-sequence-alignment-using-graphics-processing-units</link>
		<comments>http://gpgpu.org/2008/02/11/high-throughput-sequence-alignment-using-graphics-processing-units#comments</comments>
		<pubDate>Mon, 11 Feb 2008 00:24:34 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Bioinformatics]]></category>
		<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://gpgpu.site/2008/02/11/applying-graphics-hardware-to-achieve-extremely-fast-geometric-pattern-matching</guid>
		<description><![CDATA[The recent availability of new, less expensive high-throughput DNA sequencing technologies has yielded a dramatic increase in the volume of sequence data that must be analyzed. by University of Maryland researchers Michael Schatz, Cole Trapnell, Art Delcher, and Amitabh Varshney describes MUMmerGPU, an open-source high-throughput parallel pairwise local sequence alignment program that runs on GPUs. [...]]]></description>
			<content:encoded><![CDATA[<p>The recent availability of new, less expensive high-throughput DNA sequencing technologies has yielded a dramatic increase in the volume of sequence data that must be analyzed.  by University of Maryland researchers <a href="http://www.cbcb.umd.edu/%7Emschatz">Michael Schatz</a>, <a href="http://www.cs.umd.edu/%7Ecole">Cole Trapnell</a>, <a href="http://www.cbcb.umd.edu/%7Eadelcher">Art Delcher</a>, and <a href="http://www.cs.umd.edu/%7Evarshney">Amitabh Varshney</a> describes <a href="http://mummergpu.sourceforge.net/">MUMmerGPU</a>, an open-source high-throughput parallel pairwise local sequence alignment program that runs on GPUs. MUMmerGPU uses the new Compute Unified Device Architecture (CUDA) from nVidia to align multiple query sequences against a single reference sequence stored as a suffix tree. By processing the queries in parallel on the graphics card, MUMmerGPU achieves more than a 10-fold speedup over a serial CPU version of the sequence alignment kernel, despite the very low arithmetic intensity of the task. (<a href="http://www.biomedcentral.com/1471-2105/8/474/abstract">High-throughput sequence alignment using Graphics Processing Units</a>, Schatz, M.C., Trapnell, C., Delcher, A.L., Varshney, A. (2007), BMC Bioinformatics 8:474.)</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2008/02/11/high-throughput-sequence-alignment-using-graphics-processing-units/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Genome Technology Article about GPGPU: &#8220;Not Just for Kids Anymore&#8221;</title>
		<link>http://gpgpu.org/2007/09/10/genome-technology-article-about-gpgpu-not-just-for-kids-anymore</link>
		<comments>http://gpgpu.org/2007/09/10/genome-technology-article-about-gpgpu-not-just-for-kids-anymore#comments</comments>
		<pubDate>Mon, 10 Sep 2007 13:44:00 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Press]]></category>
		<category><![CDATA[Bioinformatics]]></category>
		<category><![CDATA[Molecular Dynamics]]></category>
		<category><![CDATA[Neural Computation]]></category>

		<guid isPermaLink="false">http://www.gpgpu.org/cgi-bin/blosxom.cgi/Med&#038;Bio/genomeTechnologyCUDA07.html</guid>
		<description><![CDATA[This article at Genome Technology gives a brief overview of GPGPU, with a focus on biological information processing using NVIDIA CUDA Technology. The article discusses the results from UIUC&#8217;s NAMD / VMD project and neurological simulation company Evolved Machines.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.genome-technology.com/issues/2_7/webreprints/141908-1.html">This article at </a><a href="http://www.genome-technology.com" title="Genome Technology article on GPGPU" target="_blank">Genome Technology</a> gives a brief overview of GPGPU, with a focus on biological information processing using NVIDIA CUDA Technology.  The article discusses the results from <a href="http://www.ks.uiuc.edu/Research/vmd/cuda/" title="UIUC NAMD/VMD" target="_blank">UIUC&#8217;s NAMD / VMD project</a> and neurological simulation company <a href="http://http://www.evolvedmachines.com/" title="UIUC" target="_blank">Evolved Machines</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2007/09/10/genome-technology-article-about-gpgpu-not-just-for-kids-anymore/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Initial Experiences Porting a Bioinformatics Application to a Graphics Processor</title>
		<link>http://gpgpu.org/2005/07/01/initial-experiences-porting-a-bioinformatics-application-to-a-graphics-processor</link>
		<comments>http://gpgpu.org/2005/07/01/initial-experiences-porting-a-bioinformatics-application-to-a-graphics-processor#comments</comments>
		<pubDate>Fri, 01 Jul 2005 13:35:00 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Bioinformatics]]></category>
		<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://www.gpgpu.org/cgi-bin/blosxom.cgi/Med&#038;Bio/RAxML_UCyprus2005.html</guid>
		<description><![CDATA[Bioinformatics applications are one of the most compute-demanding applications today. While traditionally these applications are executed on cluster or dedicated parallel systems, this paper by M. Charalambous, P. Trancoso, and A. Stamatikis at the University of Cyprus and FORTH explores the use of an alternative architecture. The authors focus on exploiting the characteristics offered by [...]]]></description>
			<content:encoded><![CDATA[<p>Bioinformatics applications are one of the most compute-demanding applications today. While traditionally these applications are executed on cluster or dedicated parallel systems, this paper by <a href="mailto:cs00cm@cs.ucy.ac.cy" title="M. Charalambous" target="_blank">M. Charalambous</a>, <a href="http://www.cs.ucy.ac.cy/~pedro" title="P. Trancoso" target="_blank">P. Trancoso</a>, and <a href="http://www.ics.forth.gr/~stamatak" title="A. Stamatikis" target="_blank">A. Stamatikis</a> at the University of Cyprus and FORTH explores the use of an alternative architecture. The authors focus on exploiting the characteristics offered by the graphics processors (GPU) in order to accelerate a bioinformatics application. This paper presents the initial results on porting RAxML, a bioinformatics program for phylogenetic tree inference, to the GPU. (<a href="http://www2.cs.ucy.ac.cy/~pedro/publications/pci05-raxml.pdf" title="Initial Experiences Porting a Bioinformatics Application to a Graphics Processor" target="_blank">Initial Experiences Porting a Bioinformatics Application to a Graphics Processor</a>. M. Charalambous, P. Trancoso, and A. Stamatakis. <em>Proceedings of the 10th Panhellenic Conference in Informatics (PCI 2005)</em>)</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2005/07/01/initial-experiences-porting-a-bioinformatics-application-to-a-graphics-processor/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

