Method: Bio::ClustalW::Report#match_line

Defined in:
lib/bio/appl/clustalw/report.rb

#match_lineObject

Shows “match line” of CLUSTAL’s alignment result, for example, ‘:* :* .* * .::. ** :* . * . ’. Returns a string.



96
97
98
# File 'lib/bio/appl/clustalw/report.rb', line 96

def match_line
  @match_line or (do_parse or @match_line)
end