Class: RaxmlAlignmentChecker

Inherits:
Raxml
  • Object
show all
Defined in:
lib/rraxml.rb

Instance Attribute Summary

Attributes inherited from Raxml

#binary, #infofile, #name, #ops, #outdir, #phylip, #stderr, #stdout

Instance Method Summary collapse

Methods inherited from Raxml

#after_run, #before_run, #run, #salute

Constructor Details

#initialize(phylipfile) ⇒ RaxmlAlignmentChecker

Returns a new instance of RaxmlAlignmentChecker.



158
159
160
161
# File 'lib/rraxml.rb', line 158

def initialize(phylipfile)
  super(phylipfile)
  @binary = 'raxmlHPC-SSE3'
end

Instance Method Details

#complete_callObject



162
163
164
# File 'lib/rraxml.rb', line 162

def complete_call
  @ops += " -m GTRCAT -f c"
end

#gather_outfilesObject



165
166
# File 'lib/rraxml.rb', line 165

def gather_outfiles
end