X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=matrixoutputcommand.cpp;h=0bfb0098eba2de2600ab4939da8b3e3197b1b4fa;hb=bb8d942036365d2a66330944269f17841ed2388a;hp=73c38f7ca3b06cd5b38b45b070beb2c8fd2f0a8b;hpb=e41b86a600fe30f5df9507d7e55027e7b8bd7dd6;p=mothur.git diff --git a/matrixoutputcommand.cpp b/matrixoutputcommand.cpp index 73c38f7..0bfb009 100644 --- a/matrixoutputcommand.cpp +++ b/matrixoutputcommand.cpp @@ -65,7 +65,6 @@ MatrixOutputCommand::MatrixOutputCommand(){ setParameters(); vector tempOutNames; outputTypes["phylip"] = tempOutNames; - outputTypes["subsample"] = tempOutNames; } catch(exception& e) { m->errorOut(e, "MatrixOutputCommand", "MatrixOutputCommand"); @@ -100,7 +99,6 @@ MatrixOutputCommand::MatrixOutputCommand(string option) { //initialize outputTypes vector tempOutNames; outputTypes["phylip"] = tempOutNames; - outputTypes["subsample"] = tempOutNames; //if the user changes the input directory command factory will send this info to us in the output parameter string inputDir = validParameter.validFile(parameters, "inputdir", false); @@ -459,10 +457,7 @@ void MatrixOutputCommand::printSims(ostream& out, vector< vector >& simM /***********************************************************/ int MatrixOutputCommand::process(vector thisLookup){ try { - EstOutput data; - vector subset; vector< vector< vector > > calcDistsTotals; //each iter, one for each calc, then each groupCombos dists. this will be used to make .dist files - vector< vector > calcDists; calcDists.resize(matrixCalculators.size()); for (int thisIter = 0; thisIter < iters; thisIter++) {