X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=engine.cpp;h=af88e4f143924e5938740b52d4e76dbcd641f910;hb=1bf53bca7e26bf091588bc8ca6e68cbfae1df6fe;hp=3108f3733d59078c9c5273b0a2a2f1c145cd33d0;hpb=19fcbbdba99658f5eca244803280f9ee7f9f6607;p=mothur.git diff --git a/engine.cpp b/engine.cpp index 3108f37..af88e4f 100644 --- a/engine.cpp +++ b/engine.cpp @@ -186,6 +186,8 @@ bool InteractEngine::getInput(){ mout->names.clear(); mout->saveNextLabel = ""; mout->printedHeaders = false; + mout->currentBinLabels.clear(); + mout->binLabelsInFile.clear(); Command* command = cFactory->getCommand(commandName, options); quitCommandCalled = command->execute(); @@ -368,6 +370,9 @@ bool BatchEngine::getInput(){ mout->names.clear(); mout->saveNextLabel = ""; mout->printedHeaders = false; + mout->currentBinLabels.clear(); + mout->binLabelsInFile.clear(); + Command* command = cFactory->getCommand(commandName, options); quitCommandCalled = command->execute(); @@ -532,6 +537,9 @@ bool ScriptEngine::getInput(){ mout->names.clear(); mout->saveNextLabel = ""; mout->printedHeaders = false; + mout->currentBinLabels.clear(); + mout->binLabelsInFile.clear(); + Command* command = cFactory->getCommand(commandName, options); quitCommandCalled = command->execute();