X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setcurrentcommand.h;h=e741399844347f3db0a936cd2581ce9ba45dd7b2;hb=e10c72304ee071c0c40e0218a06d89dc4731cbc2;hp=3949519e9ec3f04392d555539fd5409dcab59dea;hpb=7dab6ac3ae5a5f1ce37dca8cfacaa719881fd5b2;p=mothur.git diff --git a/setcurrentcommand.h b/setcurrentcommand.h index 3949519..e741399 100644 --- a/setcurrentcommand.h +++ b/setcurrentcommand.h @@ -23,6 +23,7 @@ public: vector setParameters(); string getCommandName() { return "set.current"; } string getCommandCategory() { return "General"; } + string getOutputFileNameTag(string, string) { return ""; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Set.current"; } string getDescription() { return "set current files for mothur"; } @@ -38,7 +39,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;