Method: Bio::CdHitReport#clusters

Defined in:
lib/bio-cd-hit-report/cd-hit-report.rb

#clustersObject



13
14
15
16
17
18
19
# File 'lib/bio-cd-hit-report/cd-hit-report.rb', line 13

def clusters
  cls = []
  @report.each do |c|
    cls << c
  end
  cls
end