]> git.donarmstrong.com Git - mothur.git/blobdiff - setlogfilecommand.h
fixed bug with dist.shared subsampling. added mode parameter to dist.shared so...
[mothur.git] / setlogfilecommand.h
index ed08180c7a4429a5a484f143e84e42271e12be36..8d3bfcdc15d3c75253a78abe12b3277c1f9b6c8b 100644 (file)
@@ -26,7 +26,9 @@ public:
        string getCommandName()                 { return "set.logfile";         }
        string getCommandCategory()             { return "General";                     }
        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()); }