]> git.donarmstrong.com Git - mothur.git/blobdiff - clustersplitcommand.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / clustersplitcommand.h
index d88a934f3ef94649eb94f05c256822597dc96f73..e1f17b1bd0b8c4088d5deb3c06691fb3ccf26999 100644 (file)
@@ -35,8 +35,9 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "cluster.split";               }
        string getCommandCategory()             { return "Clustering";                  }
-       string getOutputFileNameTag(string, string);
+       
        string getHelpString(); 
+    string getOutputPattern(string);   
        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 77:3219. \nhttp://www.mothur.org/wiki/Cluster.split"; }
        string getDescription()         { return "splits your sequences by distance or taxonomy then clusters into OTUs"; }