Exception: GeneValidatorApp::MAFFT_NOT_INSTALLED

Inherits:
StandardError
  • Object
show all
Defined in:
lib/genevalidatorapp/exceptions.rb

Overview

Raised if GV could not locate MAFFT binaries on user’s system.

Instance Method Summary collapse

Instance Method Details

#to_sObject



89
90
91
# File 'lib/genevalidatorapp/exceptions.rb', line 89

def to_s
  'Could not locate MAFFT binaries.'
end