]> git.donarmstrong.com Git - mothur.git/blobdiff - nocommands.h
changed random forest output filename
[mothur.git] / nocommands.h
index b7fa6f19fb10d4178d826158a4b19606c81a0e8b..8c1d7222964a40de5cd06835260c2a5323238584 100644 (file)
@@ -21,11 +21,14 @@ public:
        NoCommand() {}
        ~NoCommand(){}
        
-       vector<string> setParameters()  { return outputNames;   } //dummy, doesn't really do anything   
-       string getCommandName()                 { return "NoCommand";   }
-       string getCommandCategory()             { return "Hidden";              }
-       string getHelpString() { return "No Command"; } 
-       string getCitation() { return "no citation"; }
+       vector<string> setParameters()      { return outputNames;       } //dummy, doesn't really do anything   
+       string getCommandName()             { return "NoCommand";       }
+       string getCommandCategory()         { return "Hidden";          }
+       string getHelpString()              { return "No Command";      }       
+    string getOutputPattern(string) { return "";                }
+       string getCitation()                { return "no citation";     }
+       string getDescription()             { return "no description";  }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }