X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapsimcommand.h;h=2c3a470761d719af0bff13bc4d194e5164bd42e0;hb=035f86272c776e1cccaa47021e26782e49cd41e7;hp=dbaa6840b4513ca085da696c485e5b73e74f37b9;hpb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;p=mothur.git diff --git a/heatmapsimcommand.h b/heatmapsimcommand.h index dbaa684..2c3a470 100644 --- a/heatmapsimcommand.h +++ b/heatmapsimcommand.h @@ -26,8 +26,11 @@ 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"; } + int execute(); void help() { m->mothurOut(getHelpString()); } @@ -40,8 +43,9 @@ private: OptionParser* parser; bool abort, allLines; set labels; //holds labels to be used - string format, groups, label, calc, sharedfile, phylipfile, columnfile, namefile, outputDir, inputfile; + string format, groups, label, calc, sharedfile, phylipfile, columnfile, countfile, namefile, outputDir, inputfile; vector Estimators, Groups, outputNames; + int fontsize; int runCommandShared(); int runCommandDist();