From: martinahansen Date: Mon, 9 May 2011 08:57:58 +0000 (+0000) Subject: fixed indentation in uclust_seq X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1ed5d52ae6c9fc43b7a44f4e3c964698b8624ef7;p=biopieces.git fixed indentation in uclust_seq git-svn-id: http://biopieces.googlecode.com/svn/trunk@1381 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_bin/uclust_seq b/bp_bin/uclust_seq index 75caf94..cbc0bc6 100755 --- a/bp_bin/uclust_seq +++ b/bp_bin/uclust_seq @@ -38,8 +38,8 @@ class Uclust def initialize(infile, outfile, options) @infile = infile @outfile = outfile - @options = options - @command = [] + @options = options + @command = [] end # Method that calls Uclusts sorting for sorting a FASTA file