]> git.donarmstrong.com Git - mothur.git/blobdiff - splitabundcommand.h
added load.logfile command. changed summary.single output for subsample=t.
[mothur.git] / splitabundcommand.h
index 444b55edf9fb7d5f3f126e3f96a3214aa6a167dc..232c36ba36763dcdb325fb9f8404d537e92450a6 100644 (file)
@@ -35,8 +35,10 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "split.abund";                         }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
        string getCitation() { return "http://www.mothur.org/wiki/Split.abund"; }
+       string getDescription()         { return "split a list, name, group or fasta file based on abundance"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }