]> git.donarmstrong.com Git - mothur.git/blobdiff - getoturepcommand.h
added debug statements to trim.seqs
[mothur.git] / getoturepcommand.h
index 179a1b3becb27091fbe5fc6e78d1b1f91a70e10d..5af0340b4b920a4fab3decc79bd2b3b4237f85ef 100644 (file)
@@ -43,8 +43,11 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "get.oturep";                          }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
        string getCitation() { return "http://www.mothur.org/wiki/Get.oturep"; }
+       string getDescription()         { return "gets a representative sequence for each OTU"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }  
@@ -79,6 +82,7 @@ private:
        SeqMap getMap(int);
        string findRep(vector<string>);         // returns the name of the "representative" sequence of given bin or subset of a bin, for groups
        int processNames(string, string);
+       int processFastaNames(string, string);
 };
 
 #endif