X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setcurrentcommand.h;h=effc266fc0dfaccd13d5d1e1fdbe6c348d4428d6;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hp=4ce90a2b1111b2feb428feaad96570c2a1363825;hpb=86c838c428a9e7d26f902f5492738241fa72c4e7;p=mothur.git diff --git a/setcurrentcommand.h b/setcurrentcommand.h index 4ce90a2..effc266 100644 --- a/setcurrentcommand.h +++ b/setcurrentcommand.h @@ -23,8 +23,12 @@ public: vector setParameters(); string getCommandName() { return "set.current"; } string getCommandCategory() { return "General"; } - string getHelpString(); + string getHelpString(); + string getOutputPattern(string){ return ""; } + string getCitation() { return "http://www.mothur.org/wiki/Set.current"; } + string getDescription() { return "set current files for mothur"; } + int execute(); void help() { m->mothurOut(getHelpString()); } @@ -36,7 +40,7 @@ private: string clearTypes; vector types; - string accnosfile, phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, designfile, taxonomyfile; + 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;