Class: RaxmlAlignmentChecker
Instance Attribute Summary
Attributes inherited from Raxml
#binary, #infofile, #name, #ops, #outdir, #phylip, #stderr, #stdout
Instance Method Summary collapse
- #complete_call ⇒ Object
- #gather_outfiles ⇒ Object
-
#initialize(phylipfile) ⇒ RaxmlAlignmentChecker
constructor
A new instance of RaxmlAlignmentChecker.
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_call ⇒ Object
162 163 164 |
# File 'lib/rraxml.rb', line 162 def complete_call @ops += " -m GTRCAT -f c" end |
#gather_outfiles ⇒ Object
165 166 |
# File 'lib/rraxml.rb', line 165 def gather_outfiles end |