]> git.donarmstrong.com Git - mothur.git/blobdiff - newcommandtemplate.h
added load.logfile command. changed summary.single output for subsample=t.
[mothur.git] / newcommandtemplate.h
index 5fd36b17af596785a2ff99d065ca02e3372d1e71..ae57bd81de4b78d5aff12757341dec0068139d0c 100644 (file)
@@ -35,8 +35,9 @@ public:
     vector<string> setParameters();
     string getCommandName()                    { return "newCommandNameToBeSeenByUser";                        }
     string getCommandCategory()                { return "commandCategory";             } 
+    string getOutputFileNameTag(string, 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"; }