]> git.donarmstrong.com Git - mothur.git/blobdiff - setlogfilecommand.h
added count file to chimera.uchime. found issue with uchime program that indicated...
[mothur.git] / setlogfilecommand.h
index ed08180c7a4429a5a484f143e84e42271e12be36..a97c7910ad6ccc2ad63544c0f2f6b9b875af1da8 100644 (file)
@@ -25,8 +25,11 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "set.logfile";         }
        string getCommandCategory()             { return "General";                     }
+       string getOutputFileNameTag(string, string) { return ""; }
        string getHelpString(); 
-       
+       string getCitation() { return "http://www.mothur.org/wiki/Set.logfile"; }
+       string getDescription()         { return "set logfile name"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }