]> git.donarmstrong.com Git - mothur.git/blobdiff - chopseqscommand.h
fixed subsample name file name issue. added count parameter to cluster command....
[mothur.git] / chopseqscommand.h
index 31b495b20a7305d2552a770b67f9f2f812a90b1a..cc22c751483a75f246f69e4955985f158d041638 100644 (file)
@@ -25,9 +25,11 @@ class ChopSeqsCommand : public Command {
                vector<string> setParameters();
                string getCommandName()                 { return "chop.seqs";           }
                string getCommandCategory()             { return "Sequence Processing"; }
-               string getHelpString(); 
+               string getOutputFileNameTag(string, string);
+        string getHelpString();        
                string getCitation() { return "http://www.mothur.org/wiki/Chops.seqs"; }
-
+               string getDescription()         { return "trim sequence length"; }
+       
                int execute(); 
                void help() { m->mothurOut(getHelpString()); }