X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapsimcommand.h;h=7b74880955594da0bb863c4b1755cf32c7b429e7;hb=f509429e06e545bde69c97cacc0eb436775bd329;hp=dd6fa2c87bdb2dc79a4ab8b7245143d04925b26d;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;p=mothur.git diff --git a/heatmapsimcommand.h b/heatmapsimcommand.h index dd6fa2c..7b74880 100644 --- a/heatmapsimcommand.h +++ b/heatmapsimcommand.h @@ -26,6 +26,7 @@ public: vector setParameters(); string getCommandName() { return "heatmap.sim"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Heatmap.sim"; } string getDescription() { return "generate a heatmap indicating the pairwise distance between multiple samples using a variety of calculators"; } @@ -44,6 +45,7 @@ private: set labels; //holds labels to be used string format, groups, label, calc, sharedfile, phylipfile, columnfile, namefile, outputDir, inputfile; vector Estimators, Groups, outputNames; + int fontsize; int runCommandShared(); int runCommandDist();