Method: Bio::ClustalW::Report#header

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

#headerObject

Shows first line of the result data, for example, ‘CLUSTAL W (1.82) multiple sequence alignment’. Returns a string.



73
74
75
# File 'lib/bio/appl/clustalw/report.rb', line 73

def header
  @header or (do_parse or @header)
end