]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotypecommand.h
added citation function to commands
[mothur.git] / phylotypecommand.h
index 36e679f28aab41ec31848084b117845a9ecab12c..a0411308e01121af1a56a68dd28218b421598cbc 100644 (file)
@@ -24,9 +24,10 @@ public:
        ~PhylotypeCommand(){}
        
        vector<string> setParameters();
-       string getCommandName()                 { return "phylotype";                           }
-       string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getCommandName()                 { return "phylotype";           }
+       string getCommandCategory()             { return "Clustering";          }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Phylotype"; }
        
        int execute();
        void help() { m->mothurOut(getHelpString()); }