X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=setcurrentcommand.h;h=effc266fc0dfaccd13d5d1e1fdbe6c348d4428d6;hp=e741399844347f3db0a936cd2581ce9ba45dd7b2;hb=615301e57c25e241356a9c2380648d117709458d;hpb=5a4ac4f954c4b4445bcee272f1f8220ddcc9c1e4 diff --git a/setcurrentcommand.h b/setcurrentcommand.h index e741399..effc266 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, countfile; + string accnosfile, phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, designfile, taxonomyfile, biomfile, countfile, summaryfile; string orderfile, treefile, sharedfile, ordergroupfile, relabundfile, fastafile, qualfile, sfffile, oligosfile, processors, flowfile;