]> git.donarmstrong.com Git - mothur.git/commitdiff
last checkin for 1.25.1
authorSarah Westcott <mothur.westcott@gmail.com>
Mon, 14 May 2012 17:49:25 +0000 (13:49 -0400)
committerSarah Westcott <mothur.westcott@gmail.com>
Mon, 14 May 2012 17:49:25 +0000 (13:49 -0400)
aligncommand.h
setdircommand.cpp

index 86bb4d7a4377904f0ca3c2712204d5932fdb46f6..7eeaa1eb7e7bc3e2dc28d144d646b2190eb34983 100644 (file)
@@ -1,6 +1,5 @@
 #ifndef ALIGNCOMMAND_H
 #define ALIGNCOMMAND_H
-//test
 /*
  *  aligncommand.h
  *  Mothur
index b0d12b87bc49f4d3b6e9cae63558ba622b199701..ca8c62d43821652d6bf4ea868e9444d54c256ff4 100644 (file)
@@ -92,6 +92,8 @@ SetDirectoryCommand::SetDirectoryCommand(string option)  {
                        if (temp == "not found") {  debug = false;  nodebug=true; }
             else {  debug = m->isTrue(temp); }
             m->debug = debug;
+            
+            if (debug) { m->mothurOut("Setting [DEBUG] flag.\n"); }
                                
                        if ((input == "") && (output == "") && (tempdefault == "") && nodebug) {        
                                m->mothurOut("You must provide either an input, output, tempdefault or debug for the set.outdir command."); m->mothurOutEndLine(); abort = true;