X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylotypecommand.h;h=ef8b8f17e37051be4951d6dd662d0db1beb1dbaa;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=36e679f28aab41ec31848084b117845a9ecab12c;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/phylotypecommand.h b/phylotypecommand.h index 36e679f..ef8b8f1 100644 --- a/phylotypecommand.h +++ b/phylotypecommand.h @@ -24,21 +24,24 @@ public: ~PhylotypeCommand(){} vector setParameters(); - string getCommandName() { return "phylotype"; } - string getCommandCategory() { return "OTU-Based Approaches"; } - string getHelpString(); + string getCommandName() { return "phylotype"; } + string getCommandCategory() { return "Clustering"; } + string getHelpString(); + string getOutputPattern(string); + string getCitation() { return "http://www.mothur.org/wiki/Phylotype"; } + string getDescription() { return "cluster your sequences into OTUs based on their classifications"; } + int execute(); void help() { m->mothurOut(getHelpString()); } private: bool abort, allLines; - string taxonomyFileName, label, outputDir, namefile; + string taxonomyFileName, label, outputDir, namefile, countfile; set labels; //holds labels to be used int cutoff; map namemap; vector outputNames; - map > outputTypes; map currentNodes; map parentNodes;