]> git.donarmstrong.com Git - mothur.git/blobdiff - newcommandtemplate.h
fixes while testing 1.33.0
[mothur.git] / newcommandtemplate.h
index ae57bd81de4b78d5aff12757341dec0068139d0c..8d1173192b35189bc7151d81b6c23bacc7f31a57 100644 (file)
@@ -35,9 +35,10 @@ public:
     vector<string> setParameters();
     string getCommandName()                    { return "newCommandNameToBeSeenByUser";                        }
     string getCommandCategory()                { return "commandCategory";             } 
-    string getOutputFileNameTag(string, string);
+    
+    string getOutputPattern(string);
     //commmand category choices: Sequence Processing, OTU-Based Approaches, Hypothesis Testing, Phylotype Analysis, General, Clustering and Hidden
-       string getHelpString();         
+       string getHelpString(); 
     string getCitation() { return "http://www.mothur.org/wiki/newCommandNameToBeSeenByUser"; }
     string getDescription()            { return "brief description"; }