]> git.donarmstrong.com Git - mothur.git/blobdiff - setcurrentcommand.h
fixed subsample name file name issue. added count parameter to cluster command....
[mothur.git] / setcurrentcommand.h
index 3949519e9ec3f04392d555539fd5409dcab59dea..e741399844347f3db0a936cd2581ce9ba45dd7b2 100644 (file)
@@ -23,6 +23,7 @@ public:
        vector<string> 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<string> 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;