X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=setcurrentcommand.h;h=190bf77f2889211f90a0be91c5f3073d02c017b9;hp=3949519e9ec3f04392d555539fd5409dcab59dea;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=d2390ede25cc211f95f99e377d5654bad7e6950e diff --git a/setcurrentcommand.h b/setcurrentcommand.h index 3949519..190bf77 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, 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;