]> git.donarmstrong.com Git - biopieces.git/commitdiff
cleanup of usearch.rb
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Fri, 25 Nov 2011 13:38:46 +0000 (13:38 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Fri, 25 Nov 2011 13:38:46 +0000 (13:38 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1689 74ccb610-7750-0410-82ae-013aeee3265d

code_ruby/lib/maasha/usearch.rb

index b0c8c2f8ce69f63234b87e9da7d8f1b71ba3acad..75da3f7ac6f0dd58c88f7b4a05e035b1e48a75ab 100644 (file)
@@ -57,7 +57,6 @@ class Usearch
   # Method that calls Usearch sorting for sorting a FASTA file
   # according to cluster size.
   def sort_size
-    # usearch -sortsize seqs.fasta -output seqs.sorted.fasta
     @command << "usearch --sortsize #{@infile} --output #{@infile}.sort"
 
                execute