Sha256: 3708acba5dca26ba9420e9a168de715322426f5b801ecc3e073e2c523e90bc6e

Contents?: true

Size: 1.24 KB

Versions: 12

Compression:

Stored size: 1.24 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>set (Bio::DB::Tag)</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.rb, line 381</span>
      <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">set</span>(<span class="ruby-identifier">str</span>)
        <span class="ruby-identifier">v</span> = <span class="ruby-identifier">str</span>.<span class="ruby-identifier">split</span>(<span class="ruby-value str">&quot;:&quot;</span>)
        <span class="ruby-ivar">@tag</span>   = <span class="ruby-identifier">v</span>[<span class="ruby-value">0</span>]
        <span class="ruby-ivar">@type</span>  = <span class="ruby-identifier">v</span>[<span class="ruby-value">1</span>]
        <span class="ruby-ivar">@value</span> = <span class="ruby-identifier">v</span>[<span class="ruby-value">2</span>]
      <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
bio-samtools-0.6.2 doc/classes/Bio/DB/Tag.src/M000011.html
bio-samtools-0.6.0 doc/classes/Bio/DB/Tag.src/M000011.html
bio-samtools-0.5.3 doc/classes/Bio/DB/Tag.src/M000011.html
bio-samtools-0.5.2 doc/classes/Bio/DB/Tag.src/M000011.html
bio-samtools-0.5.1 doc/classes/Bio/DB/Tag.src/M000011.html
bio-samtools-0.5.0 doc/classes/Bio/DB/Tag.src/M000011.html
bio-samtools-0.4.2 doc/classes/Bio/DB/Tag.src/M000011.html
bio-samtools-0.4.1 doc/classes/Bio/DB/Tag.src/M000011.html
bio-samtools-0.4.0 doc/classes/Bio/DB/Tag.src/M000011.html
bio-samtools-0.3.2 doc/classes/Bio/DB/Tag.src/M000011.html
bio-samtools-0.3.1 doc/classes/Bio/DB/Tag.src/M000011.html
bio-samtools-0.3.0 doc/classes/Bio/DB/Tag.src/M000011.html