]> git.donarmstrong.com Git - mothur.git/blobdiff - seqerrorcommand.cpp
working on sra and get.mimarkspackage commands. added file parameter to cluster...
[mothur.git] / seqerrorcommand.cpp
index f7edb21f8f6586686de459800472bf9a27582467..4e5abc95b7189bd8d5178fae77c00ac17117311d 100644 (file)
@@ -430,13 +430,6 @@ int SeqErrorCommand::execute(){
                m->mothurOut("It took " + toString(time(NULL) - start) + " secs to check " + toString(numSeqs) + " sequences.");
                m->mothurOutEndLine();
                
-        //set fasta file as new current fastafile
-               string current = "";
-               itTypes = outputTypes.find("errorseq");
-               if (itTypes != outputTypes.end()) {
-                       if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setFastaFile(current); }
-               }
-        
                m->mothurOutEndLine();
                m->mothurOut("Output File Names: "); m->mothurOutEndLine();
                for (int i = 0; i < outputNames.size(); i++) { m->mothurOut(outputNames[i]); m->mothurOutEndLine(); }