]> git.donarmstrong.com Git - mothur.git/blobdiff - removegroupscommand.h
added cutoff change to mgcluster
[mothur.git] / removegroupscommand.h
index 955d94d5090b5fc6caf4ba2a937261a173a3eb91..daf2066feade74af3239e12f3a48a7b314de0a4c 100644 (file)
@@ -26,6 +26,8 @@ public:
        string getCommandName()                 { return "remove.groups";                       }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Remove.groups"; }
+       string getDescription()         { return "removes sequences from a list, fasta, name, group or taxonomy file from a given group or set of groups"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }