X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimeraslayercommand.cpp;fp=chimeraslayercommand.cpp;h=2c435cadb11c1bc413b982676ac58082d4683992;hb=57b3c96832667c1b70d4d526331f52e3d49e8237;hp=8647e7510088014e48153f33a81fec8fd62ee64e;hpb=17fe3208075e55133789b247c062e6474f7439b0;p=mothur.git diff --git a/chimeraslayercommand.cpp b/chimeraslayercommand.cpp index 8647e75..2c435ca 100644 --- a/chimeraslayercommand.cpp +++ b/chimeraslayercommand.cpp @@ -1158,14 +1158,15 @@ string ChimeraSlayerCommand::getNamesFile(string& inputFile){ string inputString = "fasta=" + inputFile; m->mothurOut("/******************************************/"); m->mothurOutEndLine(); m->mothurOut("Running command: unique.seqs(" + inputString + ")"); m->mothurOutEndLine(); - + m->mothurCalling = true; + Command* uniqueCommand = new DeconvoluteCommand(inputString); uniqueCommand->execute(); map > filenames = uniqueCommand->getOutputFiles(); delete uniqueCommand; - + m->mothurCalling = false; m->mothurOut("/******************************************/"); m->mothurOutEndLine(); nameFile = filenames["name"][0];