bio-maf 0.3.2 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bio-maf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 1.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-26 00:00:00.000000000 Z
12
+ date: 2012-08-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bio-alignment
@@ -27,6 +27,22 @@ dependencies:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
29
  version: 0.0.7
30
+ - !ruby/object:Gem::Dependency
31
+ name: bio-bgzf
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ~>
36
+ - !ruby/object:Gem::Version
37
+ version: 0.2.0
38
+ type: :runtime
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ~>
44
+ - !ruby/object:Gem::Version
45
+ version: 0.2.0
30
46
  - !ruby/object:Gem::Dependency
31
47
  name: bio-genomic-interval
32
48
  requirement: !ruby/object:Gem::Requirement
@@ -79,6 +95,7 @@ description: Multiple Alignment Format parser for BioRuby.
79
95
  email: cswh@umich.edu
80
96
  executables:
81
97
  - find_overlaps
98
+ - maf_bgzip
82
99
  - maf_count
83
100
  - maf_dump_blocks
84
101
  - maf_extract
@@ -111,6 +128,7 @@ files:
111
128
  - benchmarks/sort_bench
112
129
  - benchmarks/split_bench
113
130
  - bin/find_overlaps
131
+ - bin/maf_bgzip
114
132
  - bin/maf_count
115
133
  - bin/maf_dump_blocks
116
134
  - bin/maf_extract
@@ -122,6 +140,7 @@ files:
122
140
  - bin/maf_write
123
141
  - bin/random_ranges
124
142
  - bio-maf.gemspec
143
+ - features/bgzf.feature
125
144
  - features/block-joining.feature
126
145
  - features/dir-access.feature
127
146
  - features/gap-removal.feature
@@ -159,6 +178,8 @@ files:
159
178
  - lib/bio/ucsc/genomic-interval-bin.rb
160
179
  - lib/bio/ucsc/ucsc_bin.rb
161
180
  - man/.gitignore
181
+ - man/maf_bgzip.1
182
+ - man/maf_bgzip.1.ronn
162
183
  - man/maf_extract.1
163
184
  - man/maf_extract.1.ronn
164
185
  - man/maf_index.1
@@ -185,8 +206,11 @@ files:
185
206
  - test/data/gap-filled1.fa
186
207
  - test/data/gap-sp1.fa
187
208
  - test/data/gap-sp1.fa.gz
209
+ - test/data/mm8.chrM.maf
210
+ - test/data/mm8.chrM.maf.bgz
188
211
  - test/data/mm8_chr7_tiny.kct
189
212
  - test/data/mm8_chr7_tiny.maf
213
+ - test/data/mm8_chr7_tiny.maf.gz
190
214
  - test/data/mm8_chr7_tiny_slice1.maf
191
215
  - test/data/mm8_chr7_tiny_slice2.maf
192
216
  - test/data/mm8_chr7_tiny_slice3.maf
@@ -219,7 +243,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
219
243
  version: '0'
220
244
  segments:
221
245
  - 0
222
- hash: 2092820657742105268
246
+ hash: -2038588881506177726
223
247
  required_rubygems_version: !ruby/object:Gem::Requirement
224
248
  none: false
225
249
  requirements:
@@ -233,6 +257,7 @@ signing_key:
233
257
  specification_version: 3
234
258
  summary: MAF parser for BioRuby
235
259
  test_files:
260
+ - features/bgzf.feature
236
261
  - features/block-joining.feature
237
262
  - features/dir-access.feature
238
263
  - features/gap-removal.feature
@@ -274,8 +299,11 @@ test_files:
274
299
  - test/data/gap-filled1.fa
275
300
  - test/data/gap-sp1.fa
276
301
  - test/data/gap-sp1.fa.gz
302
+ - test/data/mm8.chrM.maf
303
+ - test/data/mm8.chrM.maf.bgz
277
304
  - test/data/mm8_chr7_tiny.kct
278
305
  - test/data/mm8_chr7_tiny.maf
306
+ - test/data/mm8_chr7_tiny.maf.gz
279
307
  - test/data/mm8_chr7_tiny_slice1.maf
280
308
  - test/data/mm8_chr7_tiny_slice2.maf
281
309
  - test/data/mm8_chr7_tiny_slice3.maf