X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=matrixoutputcommand.h;h=ff05ef70a30736f661379608ecd291e388cf9301;hb=5c5c0428f6d548c28a8b903ac80efed4f92d59db;hp=8af539ba01ae59ed07027d63f2bd9d1859b4c217;hpb=91a27e0483827c06c21c4fe89558923bbfe86573;p=mothur.git diff --git a/matrixoutputcommand.h b/matrixoutputcommand.h index 8af539b..ff05ef7 100644 --- a/matrixoutputcommand.h +++ b/matrixoutputcommand.h @@ -73,6 +73,7 @@ public: vector setParameters(); string getCommandName() { return "dist.shared"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Dist.shared"; } string getDescription() { return "generate a distance matrix that describes the dissimilarity among multiple groups"; } @@ -101,7 +102,7 @@ private: bool abort, allLines, subsample; set labels; //holds labels to be used - string outputFile, calc, groups, label, outputDir; + string outputFile, calc, groups, label, outputDir, mode; vector Estimators, Groups, outputNames; //holds estimators to be used int process(vector, string, string); int driver(vector, int, int, vector< vector >&);