]> git.donarmstrong.com Git - mothur.git/blobdiff - removerarecommand.h
added load.logfile command. changed summary.single output for subsample=t.
[mothur.git] / removerarecommand.h
index fa22f7a53e6c5149af4c1c1a51504cfb77e9b04e..2d70ba784bdf9b413e8726f1cd160f62b85980d7 100644 (file)
@@ -26,7 +26,11 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "remove.rare";                         }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Remove.rare"; }
+       string getDescription()         { return "removes rare sequences from a sabund, rabund, shared or list and group file"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }