bio-samtools 0.6.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +3 -2
- data/README.md +4 -7
- data/VERSION +1 -1
- data/bio-samtools.gemspec +47 -105
- data/doc/Bio.html +68 -131
- data/doc/Bio/DB.html +51 -111
- data/doc/Bio/DB/Alignment.html +135 -363
- data/doc/Bio/DB/Pileup.html +183 -170
- data/doc/Bio/DB/SAM.html +1396 -820
- data/doc/Bio/DB/SAM/Library.html +73 -123
- data/doc/Bio/DB/SAM/Tools.html +51 -273
- data/doc/Bio/DB/Tag.html +78 -124
- data/doc/Bio/DB/Vcf.html +111 -147
- data/doc/LICENSE_txt.html +113 -148
- data/doc/created.rid +9 -10
- data/doc/fonts.css +167 -0
- data/doc/fonts/Lato-Light.ttf +0 -0
- data/doc/fonts/Lato-LightItalic.ttf +0 -0
- data/doc/fonts/Lato-Regular.ttf +0 -0
- data/doc/fonts/Lato-RegularItalic.ttf +0 -0
- data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
- data/doc/images/add.png +0 -0
- data/doc/images/arrow_up.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/index.html +48 -54
- data/doc/js/darkfish.js +9 -22
- data/doc/js/search.js +20 -5
- data/doc/js/search_index.js +1 -1
- data/doc/rdoc.css +255 -218
- data/doc/table_of_contents.html +256 -137
- data/ext/Rakefile +57 -0
- data/lib/bio-samtools.rb +7 -2
- data/lib/bio/BIOExtensions.rb +89 -0
- data/lib/bio/db/alignment.rb +59 -0
- data/lib/bio/db/fastadb.rb +255 -0
- data/lib/bio/db/pileup.rb +221 -172
- data/lib/bio/db/sam.rb +639 -589
- data/lib/bio/db/sam/{faidx.rb → faidx_old.rb} +0 -0
- data/lib/bio/db/vcf.rb +69 -68
- data/test/.gitignore +1 -0
- data/test/{test_basic.rb → old_test_basic.rb} +33 -1
- data/test/samples/small/dupes.bam +0 -0
- data/test/samples/small/dupes.sam +274 -0
- data/test/samples/small/map_for_reheader.sam +8 -0
- data/test/samples/small/map_to_merge1.bam +0 -0
- data/test/samples/small/map_to_merge1.bam.bai +0 -0
- data/test/samples/small/map_to_merge1.sam +8 -0
- data/test/samples/small/map_to_merge2.bam +0 -0
- data/test/samples/small/map_to_merge2.bam.bai +0 -0
- data/test/samples/small/map_to_merge2.sam +8 -0
- data/test/samples/small/no_md.sam +8 -0
- data/test/samples/small/test_chr.fasta.1.bt2 +0 -0
- data/test/samples/small/test_chr.fasta.2.bt2 +0 -0
- data/test/samples/small/test_chr.fasta.3.bt2 +0 -0
- data/test/samples/small/test_chr.fasta.4.bt2 +0 -0
- data/test/samples/small/test_chr.fasta.rev.1.bt2 +0 -0
- data/test/samples/small/test_chr.fasta.rev.2.bt2 +0 -0
- data/test/samples/small/test_cov.svg +273 -0
- data/test/samples/small/testu.bam.bai +0 -0
- data/test/svg +133 -0
- data/test/test_pileup.rb +84 -0
- data/test/test_sam.rb +331 -0
- data/test/test_vcf.rb +11 -0
- data/{doc → tutorial}/tutorial.html +0 -0
- data/{doc → tutorial}/tutorial.pdf +0 -0
- metadata +56 -114
- data/doc/Bio/DB/SAM/Tools/Bam1CoreT.html +0 -159
- data/doc/Bio/DB/SAM/Tools/Bam1T.html +0 -220
- data/doc/Bio/DB/SAM/Tools/BamHeaderT.html +0 -249
- data/doc/Bio/DB/SAM/Tools/BamPileup1T.html +0 -159
- data/doc/Bio/DB/SAM/Tools/SamfileT.html +0 -171
- data/doc/Bio/DB/SAM/Tools/SamfileTX.html +0 -159
- data/doc/Bio/DB/SAMException.html +0 -205
- data/doc/LibC.html +0 -155
- data/doc/Pileup.html +0 -571
- data/doc/Vcf.html +0 -473
- data/doc/basic_styles.css +0 -31
- data/doc/classes/Bio.html +0 -139
- data/doc/classes/Bio/DB.html +0 -137
- data/doc/classes/Bio/DB/Alignment.html +0 -441
- data/doc/classes/Bio/DB/Alignment.src/M000012.html +0 -19
- data/doc/classes/Bio/DB/Alignment.src/M000013.html +0 -27
- data/doc/classes/Bio/DB/Alignment.src/M000014.html +0 -45
- data/doc/classes/Bio/DB/Alignment.src/M000015.html +0 -40
- data/doc/classes/Bio/DB/SAM.html +0 -510
- data/doc/classes/Bio/DB/SAM/Library.html +0 -135
- data/doc/classes/Bio/DB/SAM/Library.src/M000006.html +0 -28
- data/doc/classes/Bio/DB/SAM/Tools.html +0 -278
- data/doc/classes/Bio/DB/SAM/Tools.src/M000007.html +0 -20
- data/doc/classes/Bio/DB/SAM/Tools/Bam1CoreT.html +0 -111
- data/doc/classes/Bio/DB/SAM/Tools/Bam1T.html +0 -150
- data/doc/classes/Bio/DB/SAM/Tools/Bam1T.src/M000010.html +0 -20
- data/doc/classes/Bio/DB/SAM/Tools/BamHeaderT.html +0 -169
- data/doc/classes/Bio/DB/SAM/Tools/BamHeaderT.src/M000008.html +0 -19
- data/doc/classes/Bio/DB/SAM/Tools/BamHeaderT.src/M000009.html +0 -18
- data/doc/classes/Bio/DB/SAM/Tools/BamPileup1T.html +0 -111
- data/doc/classes/Bio/DB/SAM/Tools/SamfileT.html +0 -129
- data/doc/classes/Bio/DB/SAM/Tools/SamfileTX.html +0 -111
- data/doc/classes/Bio/DB/SAMException.html +0 -140
- data/doc/classes/Bio/DB/SAMException.src/M000016.html +0 -18
- data/doc/classes/Bio/DB/Sam.src/M000017.html +0 -43
- data/doc/classes/Bio/DB/Sam.src/M000018.html +0 -42
- data/doc/classes/Bio/DB/Sam.src/M000019.html +0 -18
- data/doc/classes/Bio/DB/Sam.src/M000020.html +0 -22
- data/doc/classes/Bio/DB/Sam.src/M000021.html +0 -19
- data/doc/classes/Bio/DB/Sam.src/M000022.html +0 -25
- data/doc/classes/Bio/DB/Sam.src/M000023.html +0 -28
- data/doc/classes/Bio/DB/Sam.src/M000024.html +0 -28
- data/doc/classes/Bio/DB/Sam.src/M000025.html +0 -46
- data/doc/classes/Bio/DB/Sam.src/M000026.html +0 -24
- data/doc/classes/Bio/DB/Sam.src/M000027.html +0 -19
- data/doc/classes/Bio/DB/Sam.src/M000028.html +0 -24
- data/doc/classes/Bio/DB/Sam.src/M000029.html +0 -41
- data/doc/classes/Bio/DB/Sam.src/M000030.html +0 -31
- data/doc/classes/Bio/DB/Sam.src/M000031.html +0 -86
- data/doc/classes/Bio/DB/Sam.src/M000032.html +0 -34
- data/doc/classes/Bio/DB/Tag.html +0 -160
- data/doc/classes/Bio/DB/Tag.src/M000011.html +0 -21
- data/doc/classes/LibC.html +0 -105
- data/doc/classes/Pileup.html +0 -374
- data/doc/classes/Pileup.src/M000001.html +0 -34
- data/doc/classes/Pileup.src/M000002.html +0 -21
- data/doc/classes/Pileup.src/M000003.html +0 -21
- data/doc/classes/Pileup.src/M000004.html +0 -21
- data/doc/classes/Pileup.src/M000005.html +0 -31
- data/doc/files/lib/bio-samtools_rb.html +0 -109
- data/doc/files/lib/bio/db/sam/bam_rb.html +0 -108
- data/doc/files/lib/bio/db/sam/faidx_rb.html +0 -108
- data/doc/files/lib/bio/db/sam/library_rb.html +0 -101
- data/doc/files/lib/bio/db/sam/pileup_rb.html +0 -178
- data/doc/files/lib/bio/db/sam/sam_rb.html +0 -113
- data/doc/files/lib/bio/db/sam_rb.html +0 -111
- data/doc/fr_class_index.html +0 -43
- data/doc/fr_file_index.html +0 -33
- data/doc/fr_method_index.html +0 -58
- data/doc/lib/bio-samtools_rb.html +0 -115
- data/doc/lib/bio/db/pileup_rb.html +0 -171
- data/doc/lib/bio/db/sam/bam_rb.html +0 -121
- data/doc/lib/bio/db/sam/faidx_rb.html +0 -117
- data/doc/lib/bio/db/sam/library_rb.html +0 -115
- data/doc/lib/bio/db/sam/pileup_rb.html +0 -171
- data/doc/lib/bio/db/sam/sam_rb.html +0 -121
- data/doc/lib/bio/db/sam/vcf_rb.html +0 -124
- data/doc/lib/bio/db/sam_rb.html +0 -115
- data/doc/lib/bio/db/vcf_rb.html +0 -124
- data/doc/rdoc-style.css +0 -208
- data/lib/bio/db/sam/bam.rb +0 -210
- data/lib/bio/db/sam/sam.rb +0 -86
- data/test/samples/pipe_char/test.bam +0 -0
- data/test/samples/pipe_char/test.bam.bai +0 -0
- data/test/samples/pipe_char/test.tam +0 -10
- data/test/samples/pipe_char/test_chr.fasta +0 -1000
- data/test/samples/pipe_char/test_chr.fasta.fai +0 -1
- data/test/samples/small/test +0 -0
- data/test/samples/small/test.bam +0 -0
- data/test/samples/small/test.fa +0 -20
- data/test/samples/small/test.fai +0 -0
data/doc/LICENSE_txt.html
CHANGED
|
@@ -2,122 +2,89 @@
|
|
|
2
2
|
|
|
3
3
|
<html>
|
|
4
4
|
<head>
|
|
5
|
-
<meta
|
|
5
|
+
<meta charset="UTF-8">
|
|
6
6
|
|
|
7
7
|
<title>LICENSE - Pileup</title>
|
|
8
8
|
|
|
9
|
-
<link
|
|
9
|
+
<link href="./fonts.css" rel="stylesheet">
|
|
10
|
+
<link href="./rdoc.css" rel="stylesheet">
|
|
10
11
|
|
|
11
12
|
<script type="text/javascript">
|
|
12
13
|
var rdoc_rel_prefix = "./";
|
|
13
14
|
</script>
|
|
14
15
|
|
|
15
|
-
<script
|
|
16
|
-
<script
|
|
17
|
-
<script
|
|
18
|
-
<script
|
|
19
|
-
<script
|
|
20
|
-
<script
|
|
16
|
+
<script src="./js/jquery.js"></script>
|
|
17
|
+
<script src="./js/navigation.js"></script>
|
|
18
|
+
<script src="./js/search_index.js"></script>
|
|
19
|
+
<script src="./js/search.js"></script>
|
|
20
|
+
<script src="./js/searcher.js"></script>
|
|
21
|
+
<script src="./js/darkfish.js"></script>
|
|
21
22
|
|
|
22
23
|
|
|
23
|
-
<body class="file">
|
|
24
|
-
<nav
|
|
25
|
-
<
|
|
26
|
-
|
|
27
|
-
|
|
24
|
+
<body id="top" role="document" class="file">
|
|
25
|
+
<nav role="navigation">
|
|
26
|
+
<div id="project-navigation">
|
|
27
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
|
28
|
+
<h2>
|
|
29
|
+
<a href="./index.html" rel="home">Home</a>
|
|
30
|
+
</h2>
|
|
31
|
+
|
|
32
|
+
<div id="table-of-contents-navigation">
|
|
33
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
|
28
34
|
<a href="./table_of_contents.html#classes">Classes</a>
|
|
29
35
|
<a href="./table_of_contents.html#methods">Methods</a>
|
|
30
|
-
</
|
|
31
|
-
</
|
|
32
|
-
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
33
38
|
|
|
34
|
-
|
|
39
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
|
35
40
|
<form action="#" method="get" accept-charset="utf-8">
|
|
36
|
-
<
|
|
37
|
-
<input
|
|
41
|
+
<div id="search-field-wrapper">
|
|
42
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
|
43
|
+
aria-autocomplete="list" aria-controls="search-results"
|
|
44
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
|
38
45
|
title="Type to search, Up and Down to navigate, Enter to load">
|
|
39
|
-
</
|
|
40
|
-
</form>
|
|
41
|
-
|
|
42
|
-
<ul id="search-results" class="initially-hidden"></ul>
|
|
43
|
-
</nav>
|
|
46
|
+
</div>
|
|
44
47
|
|
|
48
|
+
<ul id="search-results" aria-label="Search Results"
|
|
49
|
+
aria-busy="false" aria-expanded="false"
|
|
50
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
|
51
|
+
</form>
|
|
52
|
+
</div>
|
|
45
53
|
|
|
46
|
-
|
|
47
|
-
<nav id="fileindex-section" class="section project-section">
|
|
48
|
-
<h3 class="section-header">Pages</h3>
|
|
54
|
+
</div>
|
|
49
55
|
|
|
50
|
-
<ul>
|
|
51
|
-
|
|
52
|
-
<li class="file"><a href="./LICENSE_txt.html">LICENSE</a>
|
|
53
56
|
|
|
54
|
-
</ul>
|
|
55
|
-
</nav>
|
|
56
57
|
|
|
57
|
-
|
|
58
|
-
|
|
58
|
+
<div id="project-metadata">
|
|
59
|
+
<div id="fileindex-section" class="nav-section">
|
|
60
|
+
<h3>Pages</h3>
|
|
59
61
|
|
|
60
62
|
<ul class="link-list">
|
|
61
63
|
|
|
62
|
-
<li><a href="./
|
|
63
|
-
|
|
64
|
-
<li><a href="./Bio/DB.html">Bio::DB</a>
|
|
65
|
-
|
|
66
|
-
<li><a href="./Bio/DB/Alignment.html">Bio::DB::Alignment</a>
|
|
67
|
-
|
|
68
|
-
<li><a href="./Bio/DB/Pileup.html">Bio::DB::Pileup</a>
|
|
69
|
-
|
|
70
|
-
<li><a href="./Bio/DB/SAM.html">Bio::DB::SAM</a>
|
|
71
|
-
|
|
72
|
-
<li><a href="./Bio/DB/SAM/Library.html">Bio::DB::SAM::Library</a>
|
|
73
|
-
|
|
74
|
-
<li><a href="./Bio/DB/SAM/Tools.html">Bio::DB::SAM::Tools</a>
|
|
75
|
-
|
|
76
|
-
<li><a href="./Bio/DB/SAM/Tools/Bam1CoreT.html">Bio::DB::SAM::Tools::Bam1CoreT</a>
|
|
77
|
-
|
|
78
|
-
<li><a href="./Bio/DB/SAM/Tools/Bam1T.html">Bio::DB::SAM::Tools::Bam1T</a>
|
|
79
|
-
|
|
80
|
-
<li><a href="./Bio/DB/SAM/Tools/BamHeaderT.html">Bio::DB::SAM::Tools::BamHeaderT</a>
|
|
81
|
-
|
|
82
|
-
<li><a href="./Bio/DB/SAM/Tools/BamPileup1T.html">Bio::DB::SAM::Tools::BamPileup1T</a>
|
|
83
|
-
|
|
84
|
-
<li><a href="./Bio/DB/SAM/Tools/SamfileT.html">Bio::DB::SAM::Tools::SamfileT</a>
|
|
85
|
-
|
|
86
|
-
<li><a href="./Bio/DB/SAM/Tools/SamfileTX.html">Bio::DB::SAM::Tools::SamfileTX</a>
|
|
87
|
-
|
|
88
|
-
<li><a href="./Bio/DB/SAMException.html">Bio::DB::SAMException</a>
|
|
89
|
-
|
|
90
|
-
<li><a href="./Bio/DB/Sam.html">Bio::DB::Sam</a>
|
|
91
|
-
|
|
92
|
-
<li><a href="./Bio/DB/Tag.html">Bio::DB::Tag</a>
|
|
93
|
-
|
|
94
|
-
<li><a href="./Bio/DB/Vcf.html">Bio::DB::Vcf</a>
|
|
95
|
-
|
|
96
|
-
<li><a href="./LibC.html">LibC</a>
|
|
64
|
+
<li><a href="./LICENSE_txt.html">LICENSE</a>
|
|
97
65
|
|
|
98
66
|
</ul>
|
|
99
|
-
</
|
|
67
|
+
</div>
|
|
100
68
|
|
|
101
69
|
</div>
|
|
102
70
|
</nav>
|
|
103
71
|
|
|
104
|
-
<
|
|
105
|
-
|
|
72
|
+
<main role="main" aria-label="Page LICENSE.txt">
|
|
73
|
+
|
|
106
74
|
<p>Copyright © 2011 Raoul J.P. Bonnal</p>
|
|
107
75
|
|
|
108
76
|
<p>Permission is hereby granted, free of charge, to any person obtaining a
|
|
109
|
-
copy of this software and associated documentation files (the
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
following conditions:</p>
|
|
77
|
+
copy of this software and associated documentation files (the “Software”),
|
|
78
|
+
to deal in the Software without restriction, including without limitation
|
|
79
|
+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
80
|
+
and/or sell copies of the Software, and to permit persons to whom the
|
|
81
|
+
Software is furnished to do so, subject to the following conditions:</p>
|
|
115
82
|
|
|
116
83
|
<p>The above copyright notice and this permission notice shall be included in
|
|
117
84
|
all copies or substantial portions of the Software.</p>
|
|
118
85
|
|
|
119
|
-
<p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
120
|
-
|
|
86
|
+
<p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
87
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
121
88
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
122
89
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
123
90
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
@@ -143,11 +110,10 @@ of this license document, but changing it is not allowed.
|
|
|
143
110
|
|
|
144
111
|
<p>to take away your freedom to share and change the works. By contrast, the
|
|
145
112
|
GNU General Public License is intended to guarantee your freedom to share
|
|
146
|
-
and change all versions of a program–to make sure it remains free
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
programs, too.</p>
|
|
113
|
+
and change all versions of a program–to make sure it remains free software
|
|
114
|
+
for all its users. We, the Free Software Foundation, use the GNU General
|
|
115
|
+
Public License for most of our software; it applies also to any other work
|
|
116
|
+
released this way by its authors. You can apply it to your programs, too.</p>
|
|
151
117
|
|
|
152
118
|
<pre>When we speak of free software, we are referring to freedom, not</pre>
|
|
153
119
|
|
|
@@ -175,10 +141,10 @@ rights.</p>
|
|
|
175
141
|
<p>(1) assert copyright on the software, and (2) offer you this License giving
|
|
176
142
|
you legal permission to copy, distribute and/or modify it.</p>
|
|
177
143
|
|
|
178
|
-
<pre>For the developers
|
|
144
|
+
<pre>For the developers' and authors' protection, the GPL clearly explains</pre>
|
|
179
145
|
|
|
180
|
-
<p>that there is no warranty for this free software. For both users
|
|
181
|
-
authors
|
|
146
|
+
<p>that there is no warranty for this free software. For both users' and
|
|
147
|
+
authors' sake, the GPL requires that modified versions be marked as
|
|
182
148
|
changed, so that their problems will not be attributed erroneously to
|
|
183
149
|
authors of previous versions.</p>
|
|
184
150
|
|
|
@@ -186,7 +152,7 @@ authors of previous versions.</p>
|
|
|
186
152
|
|
|
187
153
|
<p>modified versions of the software inside them, although the manufacturer
|
|
188
154
|
can do so. This is fundamentally incompatible with the aim of protecting
|
|
189
|
-
users
|
|
155
|
+
users' freedom to change the software. The systematic pattern of such
|
|
190
156
|
abuse occurs in the area of products for individuals to use, which is
|
|
191
157
|
precisely where it is most unacceptable. Therefore, we have designed this
|
|
192
158
|
version of the GPL to prohibit the practice for those products. If such
|
|
@@ -258,8 +224,8 @@ list meets this criterion.</p>
|
|
|
258
224
|
|
|
259
225
|
The "source code" for a work means the preferred form of the work</pre>
|
|
260
226
|
|
|
261
|
-
<p>for making modifications to it. “Object code” means any non-source
|
|
262
|
-
|
|
227
|
+
<p>for making modifications to it. “Object code” means any non-source form of
|
|
228
|
+
a work.</p>
|
|
263
229
|
|
|
264
230
|
<pre>A "Standard Interface" means an interface that either is an official</pre>
|
|
265
231
|
|
|
@@ -273,17 +239,17 @@ widely used among developers working in that language.</p>
|
|
|
273
239
|
packaging a Major Component, but which is not part of that Major Component,
|
|
274
240
|
and (b) serves only to enable use of the work with that Major Component, or
|
|
275
241
|
to implement a Standard Interface for which an implementation is available
|
|
276
|
-
to the public in source code form. A “Major Component”, in this
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
242
|
+
to the public in source code form. A “Major Component”, in this context,
|
|
243
|
+
means a major essential component (kernel, window system, and so on) of the
|
|
244
|
+
specific operating system (if any) on which the executable work runs, or a
|
|
245
|
+
compiler used to produce the work, or an object code interpreter used to
|
|
246
|
+
run it.</p>
|
|
281
247
|
|
|
282
248
|
<pre>The "Corresponding Source" for a work in object code form means all</pre>
|
|
283
249
|
|
|
284
250
|
<p>the source code needed to generate, install, and (for an executable work)
|
|
285
251
|
run the object code and to modify the work, including scripts to control
|
|
286
|
-
those activities. However, it does not include the work
|
|
252
|
+
those activities. However, it does not include the work's System
|
|
287
253
|
Libraries, or general-purpose tools or generally available free programs
|
|
288
254
|
which are used unmodified in performing those activities but which are not
|
|
289
255
|
part of the work. For example, Corresponding Source includes interface
|
|
@@ -328,7 +294,7 @@ outside their relationship with you.</p>
|
|
|
328
294
|
<p>the conditions stated below. Sublicensing is not allowed; section 10 makes
|
|
329
295
|
it unnecessary.</p>
|
|
330
296
|
|
|
331
|
-
<pre>3. Protecting Users
|
|
297
|
+
<pre>3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
|
332
298
|
|
|
333
299
|
No covered work shall be deemed part of an effective technological</pre>
|
|
334
300
|
|
|
@@ -341,13 +307,13 @@ prohibiting or restricting circumvention of such measures.</p>
|
|
|
341
307
|
<p>circumvention of technological measures to the extent such circumvention is
|
|
342
308
|
effected by exercising rights under this License with respect to the
|
|
343
309
|
covered work, and you disclaim any intention to limit operation or
|
|
344
|
-
modification of the work as a means of enforcing, against the work
|
|
345
|
-
users, your or third parties
|
|
310
|
+
modification of the work as a means of enforcing, against the work's
|
|
311
|
+
users, your or third parties' legal rights to forbid circumvention of
|
|
346
312
|
technological measures.</p>
|
|
347
313
|
|
|
348
314
|
<pre>4. Conveying Verbatim Copies.
|
|
349
315
|
|
|
350
|
-
You may convey verbatim copies of the Program
|
|
316
|
+
You may convey verbatim copies of the Program's source code as you</pre>
|
|
351
317
|
|
|
352
318
|
<p>receive it, in any medium, provided that you conspicuously and
|
|
353
319
|
appropriately publish on each copy an appropriate copyright notice; keep
|
|
@@ -392,11 +358,11 @@ A compilation of a covered work with other separate and independent</pre>
|
|
|
392
358
|
|
|
393
359
|
<p>works, which are not by their nature extensions of the covered work, and
|
|
394
360
|
which are not combined with it such as to form a larger program, in or on a
|
|
395
|
-
volume of a storage or distribution medium, is called an “aggregate” if
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
361
|
+
volume of a storage or distribution medium, is called an “aggregate” if the
|
|
362
|
+
compilation and its resulting copyright are not used to limit the access or
|
|
363
|
+
legal rights of the compilation's users beyond what the individual
|
|
364
|
+
works permit. Inclusion of a covered work in an aggregate does not cause
|
|
365
|
+
this License to apply to the other parts of the aggregate.</p>
|
|
400
366
|
|
|
401
367
|
<pre>6. Conveying Non-Source Forms.
|
|
402
368
|
|
|
@@ -458,13 +424,13 @@ conveying the object code work.</p>
|
|
|
458
424
|
household purposes, or (2) anything designed or sold for incorporation into
|
|
459
425
|
a dwelling. In determining whether a product is a consumer product,
|
|
460
426
|
doubtful cases shall be resolved in favor of coverage. For a particular
|
|
461
|
-
product received by a particular user, “normally used” refers to a
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
427
|
+
product received by a particular user, “normally used” refers to a typical
|
|
428
|
+
or common use of that class of product, regardless of the status of the
|
|
429
|
+
particular user or of the way in which the particular user actually uses,
|
|
430
|
+
or expects or is expected to use, the product. A product is a consumer
|
|
431
|
+
product regardless of whether the product has substantial commercial,
|
|
432
|
+
industrial or non-consumer uses, unless such uses represent the only
|
|
433
|
+
significant mode of use of the product.</p>
|
|
468
434
|
|
|
469
435
|
<pre>"Installation Information" for a User Product means any methods,</pre>
|
|
470
436
|
|
|
@@ -630,7 +596,7 @@ enforcing compliance by third parties with this License.</p>
|
|
|
630
596
|
organization, or merging organizations. If propagation of a covered work
|
|
631
597
|
results from an entity transaction, each party to that transaction who
|
|
632
598
|
receives a copy of the work also receives whatever licenses to the work the
|
|
633
|
-
party
|
|
599
|
+
party's predecessor in interest had or could give under the previous
|
|
634
600
|
paragraph, plus a right to possession of the Corresponding Source of the
|
|
635
601
|
work from the predecessor in interest, if the predecessor has it or can get
|
|
636
602
|
it with reasonable efforts.</p>
|
|
@@ -649,9 +615,9 @@ Program or any portion of it.</p>
|
|
|
649
615
|
A "contributor" is a copyright holder who authorizes use under this</pre>
|
|
650
616
|
|
|
651
617
|
<p>License of the Program or a work on which the Program is based. The work
|
|
652
|
-
thus licensed is called the contributor
|
|
618
|
+
thus licensed is called the contributor's “contributor version”.</p>
|
|
653
619
|
|
|
654
|
-
<pre>A contributor
|
|
620
|
+
<pre>A contributor's "essential patent claims" are all patent claims</pre>
|
|
655
621
|
|
|
656
622
|
<p>owned or controlled by the contributor, whether already acquired or
|
|
657
623
|
hereafter acquired, that would be infringed by some manner, permitted by
|
|
@@ -663,17 +629,17 @@ consistent with the requirements of this License.</p>
|
|
|
663
629
|
|
|
664
630
|
<pre>Each contributor grants you a non-exclusive, worldwide, royalty-free</pre>
|
|
665
631
|
|
|
666
|
-
<p>patent license under the contributor
|
|
667
|
-
use, sell, offer for sale, import and otherwise run, modify and
|
|
668
|
-
the contents of its contributor version.</p>
|
|
632
|
+
<p>patent license under the contributor's essential patent claims, to
|
|
633
|
+
make, use, sell, offer for sale, import and otherwise run, modify and
|
|
634
|
+
propagate the contents of its contributor version.</p>
|
|
669
635
|
|
|
670
636
|
<pre>In the following three paragraphs, a "patent license" is any express</pre>
|
|
671
637
|
|
|
672
638
|
<p>agreement or commitment, however denominated, not to enforce a patent (such
|
|
673
639
|
as an express permission to practice a patent or covenant not to sue for
|
|
674
|
-
patent infringement). To “grant” such a patent license to a party
|
|
675
|
-
|
|
676
|
-
|
|
640
|
+
patent infringement). To “grant” such a patent license to a party means to
|
|
641
|
+
make such an agreement or commitment not to enforce a patent against the
|
|
642
|
+
party.</p>
|
|
677
643
|
|
|
678
644
|
<pre>If you convey a covered work, knowingly relying on a patent license,</pre>
|
|
679
645
|
|
|
@@ -684,9 +650,9 @@ you must either (1) cause the Corresponding Source to be so available, or
|
|
|
684
650
|
(2) arrange to deprive yourself of the benefit of the patent license for
|
|
685
651
|
this particular work, or (3) arrange, in a manner consistent with the
|
|
686
652
|
requirements of this License, to extend the patent license to downstream
|
|
687
|
-
recipients. “Knowingly relying” means you have actual knowledge that,
|
|
688
|
-
|
|
689
|
-
|
|
653
|
+
recipients. “Knowingly relying” means you have actual knowledge that, but
|
|
654
|
+
for the patent license, your conveying the covered work in a country, or
|
|
655
|
+
your recipient's use of the covered work in a country, would infringe
|
|
690
656
|
one or more identifiable patents in that country that you have reason to
|
|
691
657
|
believe are valid.</p>
|
|
692
658
|
|
|
@@ -719,7 +685,7 @@ arrangement, or that patent license was granted, prior to 28 March 2007.</p>
|
|
|
719
685
|
<p>any implied license or other defenses to infringement that may otherwise be
|
|
720
686
|
available to you under applicable patent law.</p>
|
|
721
687
|
|
|
722
|
-
<pre>12. No Surrender of Others
|
|
688
|
+
<pre>12. No Surrender of Others' Freedom.
|
|
723
689
|
|
|
724
690
|
If conditions are imposed on you (whether by court order, agreement or</pre>
|
|
725
691
|
|
|
@@ -764,7 +730,7 @@ Foundation.</p>
|
|
|
764
730
|
|
|
765
731
|
<pre>If the Program specifies that a proxy can decide which future</pre>
|
|
766
732
|
|
|
767
|
-
<p>versions of the GNU General Public License can be used, that proxy
|
|
733
|
+
<p>versions of the GNU General Public License can be used, that proxy's
|
|
768
734
|
public statement of acceptance of a version permanently authorizes you to
|
|
769
735
|
choose that version for the Program.</p>
|
|
770
736
|
|
|
@@ -778,12 +744,12 @@ or copyright holder as a result of your choosing to follow a later version.</p>
|
|
|
778
744
|
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY</pre>
|
|
779
745
|
|
|
780
746
|
<p>APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
|
781
|
-
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
747
|
+
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY
|
|
748
|
+
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
|
749
|
+
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
750
|
+
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
|
751
|
+
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
|
752
|
+
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</p>
|
|
787
753
|
|
|
788
754
|
<pre>16. Limitation of Liability.
|
|
789
755
|
|
|
@@ -823,7 +789,7 @@ software which everyone can redistribute and change under these terms.</p>
|
|
|
823
789
|
the exclusion of warranty; and each file should have at least the
|
|
824
790
|
“copyright” line and a pointer to where the full notice is found.</p>
|
|
825
791
|
|
|
826
|
-
<pre><one line to give the program
|
|
792
|
+
<pre><one line to give the program's name and a brief idea of what it does.>
|
|
827
793
|
Copyright (C) <year> <name of author>
|
|
828
794
|
|
|
829
795
|
This program is free software: you can redistribute it and/or modify
|
|
@@ -846,20 +812,20 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.</pre
|
|
|
846
812
|
<p>notice like this when it starts in an interactive mode:</p>
|
|
847
813
|
|
|
848
814
|
<pre><program> Copyright (C) <year> <name of author>
|
|
849
|
-
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w
|
|
815
|
+
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
|
850
816
|
This is free software, and you are welcome to redistribute it
|
|
851
|
-
under certain conditions; type `show c
|
|
817
|
+
under certain conditions; type `show c' for details.</pre>
|
|
852
818
|
|
|
853
|
-
<p>The hypothetical commands `show w
|
|
819
|
+
<p>The hypothetical commands `show w' and `show c' should show the
|
|
854
820
|
appropriate parts of the General Public License. Of course, your
|
|
855
|
-
program
|
|
856
|
-
an “about box”.</p>
|
|
821
|
+
program's commands might be different; for a GUI interface, you would
|
|
822
|
+
use an “about box”.</p>
|
|
857
823
|
|
|
858
824
|
<pre>You should also get your employer (if you work as a programmer) or school,</pre>
|
|
859
825
|
|
|
860
|
-
<p>if any, to sign a “copyright disclaimer” for the program, if necessary.
|
|
861
|
-
|
|
862
|
-
<<a href="http://www.gnu.org/licenses
|
|
826
|
+
<p>if any, to sign a “copyright disclaimer” for the program, if necessary. For
|
|
827
|
+
more information on this, and how to apply and follow the GNU GPL, see
|
|
828
|
+
<<a href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/>.</p>
|
|
863
829
|
|
|
864
830
|
<pre>The GNU General Public License does not permit incorporating your program</pre>
|
|
865
831
|
|
|
@@ -868,14 +834,13 @@ may consider it more useful to permit linking proprietary applications with
|
|
|
868
834
|
the library. If this is what you want to do, use the GNU Lesser General
|
|
869
835
|
Public License instead of this License. But first, please read <<a
|
|
870
836
|
href="http://www.gnu.org/philosophy/why-not-lgpl.html">www.gnu.org/philosophy/why-not-lgpl.html</a>>.</p>
|
|
871
|
-
|
|
872
|
-
</div>
|
|
837
|
+
</main>
|
|
873
838
|
|
|
874
839
|
|
|
875
840
|
|
|
876
|
-
<footer id="validator-badges">
|
|
877
|
-
<p><a href="http://validator.w3.org/check/referer">
|
|
878
|
-
<p>Generated by <a href="
|
|
879
|
-
<p>
|
|
841
|
+
<footer id="validator-badges" role="contentinfo">
|
|
842
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
|
843
|
+
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
|
|
844
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
880
845
|
</footer>
|
|
881
846
|
|
data/doc/created.rid
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
./
|
|
3
|
-
./lib/bio/db/
|
|
4
|
-
./lib/bio/db/sam/
|
|
5
|
-
./lib/bio/db/
|
|
6
|
-
./lib/bio/db/sam
|
|
7
|
-
./lib/bio/db/
|
|
8
|
-
./lib/bio
|
|
9
|
-
./
|
|
10
|
-
./lib/bio/db/sam/library.rb Wed, 02 Nov 2011 13:28:41 +0000
|
|
1
|
+
Tue, 18 Mar 2014 16:07:41 +0000
|
|
2
|
+
./lib/bio/db/alignment.rb Fri, 07 Mar 2014 11:50:30 +0000
|
|
3
|
+
./lib/bio/db/pileup.rb Fri, 07 Mar 2014 10:51:34 +0000
|
|
4
|
+
./lib/bio/db/sam/faidx_old.rb Thu, 28 Nov 2013 11:06:34 +0000
|
|
5
|
+
./lib/bio/db/sam/library.rb Thu, 28 Nov 2013 11:03:39 +0000
|
|
6
|
+
./lib/bio/db/sam.rb Tue, 18 Mar 2014 16:04:41 +0000
|
|
7
|
+
./lib/bio/db/vcf.rb Fri, 07 Mar 2014 12:38:34 +0000
|
|
8
|
+
./lib/bio-samtools.rb Mon, 17 Mar 2014 15:46:18 +0000
|
|
9
|
+
./LICENSE.txt Thu, 28 Nov 2013 11:03:38 +0000
|