]> git.donarmstrong.com Git - mothur.git/blobdiff - splitabundcommand.h
added count file to trim.seqs, get.groups, get.lineage, get.seqs, heatmap.sim, list...
[mothur.git] / splitabundcommand.h
index c883a690d9846febec2059b4d88ea1393ea2f52c..232c36ba36763dcdb325fb9f8404d537e92450a6 100644 (file)
@@ -35,7 +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()); }