lib/lederhosen/tasks/cluster.rb in lederhosen-0.1.4 vs lib/lederhosen/tasks/cluster.rb in lederhosen-0.1.5

- old
+ new

@@ -4,11 +4,11 @@ module Lederhosen class CLI desc "cluster", - "--input=sorted.fasta --identity=0.80 --output=clusters.uc" + "cluster a fasta file using UCLUST" method_option :input, :type => :string, :required => true method_option :output, :type => :string, :required => true method_option :identity, :type => :numeric, :required => true @@ -25,6 +25,6 @@ ].join(' ') exec cmd end end -end \ No newline at end of file +end