X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setcurrentcommand.h;h=effc266fc0dfaccd13d5d1e1fdbe6c348d4428d6;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=0033ed58cf25a274e9e4bbe2a17aa4e4cb298ef0;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;p=mothur.git diff --git a/setcurrentcommand.h b/setcurrentcommand.h index 0033ed5..effc266 100644 --- a/setcurrentcommand.h +++ b/setcurrentcommand.h @@ -23,7 +23,9 @@ public: vector setParameters(); string getCommandName() { return "set.current"; } string getCommandCategory() { return "General"; } + string getHelpString(); + string getOutputPattern(string){ return ""; } string getCitation() { return "http://www.mothur.org/wiki/Set.current"; } string getDescription() { return "set current files for mothur"; } @@ -38,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;