lib/lederhosen/tasks/cluster.rb in lederhosen-0.2.9 vs lib/lederhosen/tasks/cluster.rb in lederhosen-0.2.10
- old
+ new
@@ -25,9 +25,15 @@
maxaccepts = options[:maxaccepts]
maxrejects = options[:maxrejects]
wordlen = options[:wordlen]
lib = options[:lib]
+ ohai "clustering #{input}, saving to #{output}"
+
+ options.each_pair do |key, value|
+ ohai "#{key} = #{value}"
+ end
+
cmd = [
'uclust',
"--input #{input}",
"--uc #{output}",
"--id #{identity}",