]> git.donarmstrong.com Git - mothur.git/blobdiff - chopseqscommand.cpp
changed added group output to indicator command. a few changes to work with the guy
[mothur.git] / chopseqscommand.cpp
index 4bcd707bcbe2d90ab9ab0dd3162efdb5faa1b4e1..1761efcbfffe273d52fa67480f390aec38b08b0a 100644 (file)
@@ -203,7 +203,7 @@ int ChopSeqsCommand::execute(){
         if (m->control_pressed) {  return 0; }
                
                m->mothurOutEndLine();
-               m->mothurOut("Output File Name: "); m->mothurOutEndLine();
+               m->mothurOut("Output File Names: "); m->mothurOutEndLine();
                m->mothurOut(outputFileName); m->mothurOutEndLine();    outputNames.push_back(outputFileName); outputTypes["fasta"].push_back(outputFileName);
                
                if (wroteAccnos) { m->mothurOut(outputFileNameAccnos); m->mothurOutEndLine(); outputNames.push_back(outputFileNameAccnos); outputTypes["accnos"].push_back(outputFileNameAccnos); }