X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapsimcommand.h;fp=heatmapsimcommand.h;h=49924eb9d3fbe1bca2bd6a8650c0eb9586d98e6f;hb=d5bf2c1354d0811a33394d918b15620606560d58;hp=595f918f442352aea7dd94d6e62065b28398c6ca;hpb=f27b66ce6415eb14c434f9850019c7cf140e023e;p=mothur.git diff --git a/heatmapsimcommand.h b/heatmapsimcommand.h index 595f918..49924eb 100644 --- a/heatmapsimcommand.h +++ b/heatmapsimcommand.h @@ -39,8 +39,11 @@ private: map::iterator it; bool abort, allLines; set labels; //holds labels to be used - string format, groups, label, calc; + string format, groups, label, calc, phylipfile, columnfile, namefile; vector Estimators, Groups; + + int runCommandShared(); + int runCommandDist(); };