]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapsimcommand.h
made a small mod to the alignment parameters in trim.seqs
[mothur.git] / heatmapsimcommand.h
index 595f918f442352aea7dd94d6e62065b28398c6ca..a26018062f28c4406dd83a518f67ee78b388d227 100644 (file)
@@ -39,8 +39,11 @@ private:
        map<string, string>::iterator it;
        bool abort, allLines;
        set<string> labels; //holds labels to be used
-       string format, groups, label, calc;
-       vector<string> Estimators, Groups;
+       string format, groups, label, calc, phylipfile, columnfile, namefile, outputDir;
+       vector<string> Estimators, Groups, outputNames;
+       
+       int runCommandShared();
+       int runCommandDist();
 
 
 };