Class: Bio::Probcons

Overview

Bio::Probcons is a wrapper class to execute PROBCONS (Probabilistic Consistency-based Multiple Alignment of Amino Acid Sequences).

Please refer documents in bio/apple/probcons.rb for references.

Constant Summary collapse

DEFAULT_PROGRAM =

default program name

'probcons'.freeze
DEFAULT_PARSER =

default report parser

Bio::Alignment::MultiFastaFormat

Instance Attribute Summary

Attributes inherited from Alignment::FactoryTemplate::Simple

#command, #data_stdout, #exit_status, #options, #output, #program, #report

Method Summary

Methods inherited from Alignment::FactoryTemplate::Simple

#initialize, #query, #query_align, #query_alignment, #query_by_filename, #query_string, #reset

Constructor Details

This class inherits a constructor from Bio::Alignment::FactoryTemplate::Simple