Exception: Bio::Ngs::Utils::BinaryNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Bio::Ngs::Utils::BinaryNotFound
- Defined in:
- lib/bio/ngs/utils.rb
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ BinaryNotFound
constructor
A new instance of BinaryNotFound.
- #skip_task? ⇒ Boolean
Constructor Details
#initialize(opts = {}) ⇒ BinaryNotFound
Returns a new instance of BinaryNotFound.
18 19 20 |
# File 'lib/bio/ngs/utils.rb', line 18 def initialize(opts={}) @skip_task = opts[:skip_task] end |
Instance Method Details
#skip_task? ⇒ Boolean
22 23 24 |
# File 'lib/bio/ngs/utils.rb', line 22 def skip_task? @skip_task end |