]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotypecommand.h
changes while testing
[mothur.git] / phylotypecommand.h
index 0e315ec7c4ef4fcdabc34b4037d7f8bba53cfea2..ef8b8f17e37051be4951d6dd662d0db1beb1dbaa 100644 (file)
@@ -26,8 +26,9 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "phylotype";           }
        string getCommandCategory()             { return "Clustering";          }
-       string getOutputFileNameTag(string, string);
+       
        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"; }
 
@@ -36,12 +37,11 @@ public:
        
 private:
        bool abort, allLines;
-       string taxonomyFileName, label, outputDir, namefile;
+       string taxonomyFileName, label, outputDir, namefile, countfile;
        set<string> labels; //holds labels to be used
        int cutoff;
        map<string, string> namemap;
        vector<string> outputNames;
-       map<string, vector<string> > outputTypes;
        
        map<int, int> currentNodes;
        map<int, int> parentNodes;