]> git.donarmstrong.com Git - mothur.git/blobdiff - parsimonycommand.h
added warning about merging with something above cutoff to cluster. working on chimeras
[mothur.git] / parsimonycommand.h
index 63980c254545ea07e7a4ffe71b1d9c496407ecf1..f855d86497fa0447cb4ef5b17e454bbe0a116628 100644 (file)
@@ -23,7 +23,7 @@ class ParsimonyCommand : public Command {
 
 public:
        ParsimonyCommand(string);       
-       ~ParsimonyCommand() { delete pars; delete util; delete output; }
+       ~ParsimonyCommand() { if (abort == false) { delete pars; delete util; delete output; }  }
        int execute();  
        void help();
 
@@ -38,7 +38,7 @@ private:
        TreeMap* savetmap;
        Parsimony* pars;
        vector<string> groupComb; // AB. AC, BC...
-       string sumFile, randomtree, allGroups;
+       string sumFile, randomtree, allGroups, outputDir;
        int iters, numGroups, numComp, counter;
        vector<int> numEachGroup; //vector containing the number of sequences in each group the users wants for random distrib.
        vector< vector<float> > userTreeScores; //scores for users trees for each comb.