]> git.donarmstrong.com Git - mothur.git/blobdiff - setcurrentcommand.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / setcurrentcommand.h
index e741399844347f3db0a936cd2581ce9ba45dd7b2..effc266fc0dfaccd13d5d1e1fdbe6c348d4428d6 100644 (file)
@@ -23,8 +23,9 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "set.current"; }
        string getCommandCategory()             { return "General";             }
-       string getOutputFileNameTag(string, string) { return ""; }
+       
        string getHelpString(); 
+    string getOutputPattern(string){ return ""; }      
        string getCitation() { return "http://www.mothur.org/wiki/Set.current"; }
        string getDescription()         { return "set current files for mothur"; }
 
@@ -39,7 +40,7 @@ private:
        string clearTypes;
        vector<string> types;
        
-       string accnosfile, phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, designfile, taxonomyfile, biomfile, countfile;
+       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;