]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.h
added cutoff change to mgcluster
[mothur.git] / screenseqscommand.h
index 602326c42e2ff75afbeb8050479cf7e188b8b634..3642295b54af9d46fd246ad642065952af7295ab 100644 (file)
@@ -23,7 +23,9 @@ public:
        string getCommandName()                 { return "screen.seqs";                         }
        string getCommandCategory()             { return "Sequence Processing";         }
        string getHelpString(); 
-       
+       string getCitation() { return "http://www.mothur.org/wiki/Screen.seqs"; }
+       string getDescription()         { return "enables you to keep sequences that fulfill certain user defined criteria"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }