X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=setcurrentcommand.h;h=190bf77f2889211f90a0be91c5f3073d02c017b9;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hp=becc4d4712bba2257018378424e4f555e1a6f42a;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/setcurrentcommand.h b/setcurrentcommand.h index becc4d4..190bf77 100644 --- a/setcurrentcommand.h +++ b/setcurrentcommand.h @@ -23,8 +23,9 @@ public: vector setParameters(); string getCommandName() { return "set.current"; } string getCommandCategory() { return "General"; } - string getOutputFileNameTag(string, string) { return ""; } + string getHelpString(); + string getOutputPattern(string){ return ""; } string getCitation() { return "http://www.mothur.org/wiki/Set.current"; } string getDescription() { return "set current files for mothur"; } @@ -39,7 +40,7 @@ private: string clearTypes; vector types; - string accnosfile, phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, designfile, taxonomyfile, biomfile; + string accnosfile, phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, designfile, taxonomyfile, biomfile, countfile; string orderfile, treefile, sharedfile, ordergroupfile, relabundfile, fastafile, qualfile, sfffile, oligosfile, processors, flowfile;