Skip to content

Commit

Permalink
remove example code from this file
Browse files Browse the repository at this point in the history
  • Loading branch information
ggklf committed Sep 14, 2012
1 parent d9c05f2 commit 1472e49
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lib/bio-cd-hit-report.rb
@@ -1,14 +1 @@
require_relative "bio-cd-hit-report/cd-hit-report"

#cluster_file = "#{ENV['HOME']}/DBL_tags/cluster/cd-hit/cluster95.clstr"

#report = Bio::CdHitReport.new(cluster_file)
#puts report.max_members #print the max number of sequences in a cluster for the entire dataset
#puts report.min_members #print the minimum number of sequences in a cluster for the entire dataset
#puts report.total_clusters #print total number of clusters in the report

#report.each_cluster do |c|
#puts "#{c.name} - #{c.members}" #list cluster name/id with respective number of sequences in the cluster
#end


0 comments on commit 1472e49

Please sign in to comment.