Skip to main content

Home/ OpenSciInfo/ Group items tagged cloudburst

Rss Feed Group items tagged

Mike Chelen

SourceForge.net: CloudBurst - cloudburst-bio - 0 views

  •  
    CloudBurst: Highly Sensitive Short Read Mapping with MapReduce Michael Schatz Center for Bioinformatics and Computational Biology, University of Maryland Next-generation DNA sequencing machines are generating an enormous amount of sequence data, placing unprecedented demands on traditional single-processor read mapping algorithms. CloudBurst is a new parallel read-mapping algorithm optimized for mapping next-generation sequence data to the human genome and other reference genomes, for use in a variety of biological analyses including SNP discovery, genotyping, and personal genomics. It is modeled after the short read mapping program RMAP, and reports either all alignments or the unambiguous best alignment for each read with any number of mismatches or differences. This level of sensitivity could be prohibitively time consuming, but CloudBurst uses the open-source Hadoop implementation of MapReduce to parallelize execution using multiple compute nodes. CloudBurst's running time scales linearly with the number of reads mapped, and with near linear speedup as the number of processors increases. In a 24-processor core configuration, CloudBurst is up to 30 times faster than RMAP executing on a single core, while computing an identical set of alignments. In a large remote compute clouds with 96 cores, CloudBurst reduces the running time from hours to mere minutes for typical jobs involving mapping of millions of short reads to the human genome. CloudBurst is available open-source as a model for parallelizing other bioinformatics algorithms with MapReduce.
Mike Chelen

SourceForge.net: Running CloudBurst on Amazon EC2 - cloudburst-bio - 0 views

  •  
    Hadoop comes bundled with launch scripts to simplify initializing an Amazon Elastic Compute Cloud (EC2) cloud for Hadoop. Once initialized, running CloudBurst is identical to running on a local cluster. If you use EC2 regularly with the same datasets (i.e. the human genome as a reference), you will probably want to copy the data once to Amazon Simple Storage Service (S3) so you can quickly copy the data from S3 to your cloud at low cost.
1 - 2 of 2
Showing 20 items per page