]> git.donarmstrong.com Git - mothur.git/blobdiff - chopseqscommand.h
working on mgcluster count file change
[mothur.git] / chopseqscommand.h
index 92544ee30cb69df2f04b95a4e9f7c99c748e835e..cc22c751483a75f246f69e4955985f158d041638 100644 (file)
@@ -25,7 +25,10 @@ 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()); }