X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=engine.cpp;h=d6be4e4f1a16e00af29cfe36052c98e3a6e98efb;hb=9a808b553f14a25f9c5e94da92a7077a57054e8e;hp=e4e107168c5723c82b90a7f103ccb8d9ee83cb60;hpb=c85db0a4be3a1f8037a71a23ca73f9762184e28a;p=mothur.git diff --git a/engine.cpp b/engine.cpp index e4e1071..d6be4e4 100644 --- a/engine.cpp +++ b/engine.cpp @@ -123,10 +123,12 @@ bool InteractEngine::getInput(){ mout->clearAllGroups(); mout->Treenames.clear(); mout->saveNextLabel = ""; - mout->printedHeaders = false; - mout->commandInputsConvertError = false; - mout->currentBinLabels.clear(); - mout->binLabelsInFile.clear(); + mout->commandInputsConvertError = false; + mout->printedSharedHeaders = false; + mout->currentSharedBinLabels.clear(); + mout->sharedBinLabelsInFile.clear(); + mout->printedListHeaders = false; + mout->listBinLabelsInFile.clear(); Command* command = cFactory->getCommand(commandName, options); if (mout->commandInputsConvertError) { quitCommandCalled = 2; } @@ -309,10 +311,12 @@ bool BatchEngine::getInput(){ mout->clearAllGroups(); mout->Treenames.clear(); mout->saveNextLabel = ""; - mout->printedHeaders = false; mout->commandInputsConvertError = false; - mout->currentBinLabels.clear(); - mout->binLabelsInFile.clear(); + mout->printedSharedHeaders = false; + mout->currentSharedBinLabels.clear(); + mout->sharedBinLabelsInFile.clear(); + mout->printedListHeaders = false; + mout->listBinLabelsInFile.clear(); Command* command = cFactory->getCommand(commandName, options); @@ -480,10 +484,12 @@ bool ScriptEngine::getInput(){ mout->clearAllGroups(); mout->Treenames.clear(); mout->saveNextLabel = ""; - mout->printedHeaders = false; - mout->commandInputsConvertError = false; - mout->currentBinLabels.clear(); - mout->binLabelsInFile.clear(); + mout->commandInputsConvertError = false; + mout->printedSharedHeaders = false; + mout->currentSharedBinLabels.clear(); + mout->sharedBinLabelsInFile.clear(); + mout->printedListHeaders = false; + mout->listBinLabelsInFile.clear(); Command* command = cFactory->getCommand(commandName, options); if (mout->commandInputsConvertError) { quitCommandCalled = 2; }