X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getcurrentcommand.h;h=f10e6d4e556878d6cb55e30cd7b4ce1138a896da;hb=f509429e06e545bde69c97cacc0eb436775bd329;hp=bfa9168dcd81347afe271062f224763fdcb56ce1;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/getcurrentcommand.h b/getcurrentcommand.h index bfa9168..f10e6d4 100644 --- a/getcurrentcommand.h +++ b/getcurrentcommand.h @@ -22,8 +22,11 @@ class GetCurrentCommand : public Command { vector setParameters(); string getCommandName() { return "get.current"; } string getCommandCategory() { return "General"; } - string getHelpString(); + string getOutputFileNameTag(string, string) { return ""; } + string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Get.current"; } + string getDescription() { return "get current files saved by mothur"; } + int execute(); void help() { m->mothurOut(getHelpString()); }