X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chopseqscommand.h;h=cc22c751483a75f246f69e4955985f158d041638;hb=ccae9eef0b44f2d63fdf4a707d0d40243aa1b990;hp=92544ee30cb69df2f04b95a4e9f7c99c748e835e;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/chopseqscommand.h b/chopseqscommand.h index 92544ee..cc22c75 100644 --- a/chopseqscommand.h +++ b/chopseqscommand.h @@ -25,7 +25,10 @@ class ChopSeqsCommand : public Command { vector 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()); }