]> git.donarmstrong.com Git - mothur.git/blobdiff - clustersplitcommand.h
working on removing pointers from chimera.slayer to eliminate pesky memory leaks
[mothur.git] / clustersplitcommand.h
index 28c7d237dccb8ce31542c76f01378b0f8e053d71..c1152830ecc96b6211ea6a1842841fafa411a0c5 100644 (file)
@@ -26,9 +26,10 @@ public:
        ~ClusterSplitCommand() {}
        
        vector<string> setParameters();
-       string getCommandName()                 { return "cluster.split";                       }
-       string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getCommandName()                 { return "cluster.split";               }
+       string getCommandCategory()             { return "Clustering";                  }
        string getHelpString(); 
+       string getCitation() { return "Schloss PD, Westcott SL (2011). Assessing and improving methods used in OTU-based approaches for 16S rRNA gene sequence analysis. Appl Environ Microbiol. \nhttp://www.mothur.org/wiki/Cluster.split"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }