X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapsimcommand.h;h=a26018062f28c4406dd83a518f67ee78b388d227;hb=e21aedb9ffeabff18207d53e9cc5420d2e30a5b2;hp=595f918f442352aea7dd94d6e62065b28398c6ca;hpb=f37a59b81c339f574d97042ff6e364146feb457a;p=mothur.git diff --git a/heatmapsimcommand.h b/heatmapsimcommand.h index 595f918..a260180 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; - vector Estimators, Groups; + string format, groups, label, calc, phylipfile, columnfile, namefile, outputDir; + vector Estimators, Groups, outputNames; + + int runCommandShared(); + int runCommandDist(); };