]> git.donarmstrong.com Git - biopieces.git/blob - code_ruby/Maasha/lib/doc/classes/FastaError.html
add dist option to find_adaptor
[biopieces.git] / code_ruby / Maasha / lib / doc / classes / FastaError.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5   <title>Class: FastaError [RDoc Documentation]</title>
6   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7   <meta http-equiv="Content-Script-Type" content="text/javascript" />
8   <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
9   <script type="text/javascript">
10   // <![CDATA[
11
12   function popupCode( url ) {
13     window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
14   }
15
16   function toggleCode( id ) {
17     if ( document.getElementById )
18       elem = document.getElementById( id );
19     else if ( document.all )
20       elem = eval( "document.all." + id );
21     else
22       return false;
23
24     elemStyle = elem.style;
25
26     if ( elemStyle.display != "block" ) {
27       elemStyle.display = "block"
28     } else {
29       elemStyle.display = "none"
30     }
31
32     return true;
33   }
34
35   // Make codeblocks hidden by default
36   document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
38   // ]]>
39   </script>
40
41 </head>
42 <body>
43
44
45     <div id="classHeader">
46         <table class="header-table">
47         <tr class="top-aligned-row">
48           <td><strong>Class</strong></td>
49           <td class="class-name-in-header">FastaError</td>
50         </tr>
51         <tr class="top-aligned-row">
52             <td><strong>In:</strong></td>
53             <td>
54
55
56                 <a href="../files/fasta_rb.html">
57
58                 fasta.rb
59
60                 </a>
61
62
63         <br />
64
65             </td>
66         </tr>
67
68
69         <tr class="top-aligned-row">
70             <td><strong>Parent:</strong></td>
71             <td>
72
73                 StandardError
74
75             </td>
76         </tr>
77
78         </table>
79     </div>
80   <!-- banner header -->
81
82   <div id="bodyContent">
83
84   <div id="contextContent">
85
86     <div id="description">
87       <p>
88 Error class for all exceptions to do with FASTA.
89 </p>
90
91     </div>
92
93    </div>
94
95
96   </div>
97
98     <!-- if includes -->
99
100     <div id="section">
101
102
103
104
105     <!-- if method_list -->
106
107
108
109
110   </div>
111
112 <div id="validator-badges">
113   <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
114 </div>
115
116 </body>
117 </html>