Sha256: c6dc068cd7bb773b3d17d172eed3d0ec17f5dabcccf7743bc9394e91fa072c00
Contents?: true
Size: 1.28 KB
Versions: 12
Compression:
Stored size: 1.28 KB
Contents
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>bam_sort (Bio::DB::SAM::Tools)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../../../../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre><span class="ruby-comment cmt"># File lib/bio/db/sam/bam.rb, line 172</span> <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">bam_sort</span>(<span class="ruby-identifier">bam_filename</span>, <span class="ruby-identifier">bam_output_prefix</span>) <span class="ruby-identifier">is_by_name</span> = <span class="ruby-value">0</span> <span class="ruby-identifier">max_mem</span> = <span class="ruby-value">500000000</span> <span class="ruby-identifier">bam_sort_core</span>(<span class="ruby-identifier">is_by_name</span>, <span class="ruby-identifier">bam_filename</span>, <span class="ruby-identifier">bam_output_prefix</span>, <span class="ruby-identifier">max_mem</span>) <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
12 entries across 12 versions & 1 rubygems