htslib 0.0.10 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: htslib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - kojix2
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-15 00:00:00.000000000 Z
11
+ date: 2022-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -132,6 +132,7 @@ files:
132
132
  - LICENSE.txt
133
133
  - README.md
134
134
  - lib/hts/bam.rb
135
+ - lib/hts/bam/aux.rb
135
136
  - lib/hts/bam/cigar.rb
136
137
  - lib/hts/bam/flag.rb
137
138
  - lib/hts/bam/header.rb
@@ -143,6 +144,7 @@ files:
143
144
  - lib/hts/bcf/record.rb
144
145
  - lib/hts/faidx.rb
145
146
  - lib/hts/ffi_ext/README.md
147
+ - lib/hts/ffi_ext/pointer.rb
146
148
  - lib/hts/ffi_ext/struct.rb
147
149
  - lib/hts/hts.rb
148
150
  - lib/hts/libhts.rb
@@ -159,7 +161,7 @@ files:
159
161
  - lib/hts/libhts/thread_pool.rb
160
162
  - lib/hts/libhts/vcf.rb
161
163
  - lib/hts/libhts/vcf_funcs.rb
162
- - lib/hts/tabix.rb
164
+ - lib/hts/tbx.rb
163
165
  - lib/hts/version.rb
164
166
  - lib/htslib.rb
165
167
  homepage: https://github.com/kojix2/ruby-htslib