minimap2 0.2.26.1 → 0.2.28.0

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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Minimap2
4
- VERSION = "0.2.26.1"
4
+ VERSION = "0.2.28.0"
5
5
  end
data/lib/minimap2.rb CHANGED
@@ -37,7 +37,7 @@ module Minimap2
37
37
  # @example Get minimap2 version
38
38
  # Minimap2.execute('--version')
39
39
 
40
- def Minimap2.execute(*rb_argv)
40
+ def execute(*rb_argv)
41
41
  str_ptrs = []
42
42
  # First argument is the program name.
43
43
  str_ptrs << ::FFI::MemoryPointer.from_string("minimap2")
@@ -76,7 +76,7 @@ module Minimap2
76
76
  # @param [String] file_path
77
77
  # @param [Boolean] comment If True, the comment will be read.
78
78
  # @yield [name, seq, qual, comment]
79
- # @return [Enumerator] enum Retrun Enumerator if not block given.
79
+ # @return [Enumerator] enum Return Enumerator if not block given.
80
80
  # Note: You can BioRuby instead of this method.
81
81
 
82
82
  def fastx_read(file_path, comment: false, &block)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimap2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.26.1
4
+ version: 0.2.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - kojix2
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-09 00:00:00.000000000 Z
11
+ date: 2024-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -150,7 +150,7 @@ homepage: https://github.com/kojix2/ruby-minimap2
150
150
  licenses:
151
151
  - MIT
152
152
  metadata: {}
153
- post_install_message:
153
+ post_install_message:
154
154
  rdoc_options: []
155
155
  require_paths:
156
156
  - lib
@@ -165,8 +165,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
167
  requirements: []
168
- rubygems_version: 3.4.10
169
- signing_key:
168
+ rubygems_version: 3.5.3
169
+ signing_key:
170
170
  specification_version: 4
171
171
  summary: minimap2
172
172
  test_files: []