X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setcurrentcommand.h;h=3949519e9ec3f04392d555539fd5409dcab59dea;hb=36a6b02cf7f09d2bc34376b588944a9ca73429c5;hp=e942e60b436acbd5ad9a014ddc8176c899e14806;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/setcurrentcommand.h b/setcurrentcommand.h index e942e60..3949519 100644 --- a/setcurrentcommand.h +++ b/setcurrentcommand.h @@ -25,7 +25,8 @@ public: string getCommandCategory() { return "General"; } string getHelpString(); 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()); } @@ -37,7 +38,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; string orderfile, treefile, sharedfile, ordergroupfile, relabundfile, fastafile, qualfile, sfffile, oligosfile, processors, flowfile;