]> git.donarmstrong.com Git - mothur.git/blobdiff - removerarecommand.h
added sequence name to error string in fastq.info. Changed np_shannon to npshannon.
[mothur.git] / removerarecommand.h
index fa22f7a53e6c5149af4c1c1a51504cfb77e9b04e..9e58c064f1c8e0c1bf5a4356c028ba9a60afed80 100644 (file)
@@ -27,6 +27,9 @@ public:
        string getCommandName()                 { return "remove.rare";                         }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        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()); }