]> git.donarmstrong.com Git - mothur.git/blobdiff - quitcommand.h
added sparseDistanceMatrix class. Modified cluster commands to use the new sparse...
[mothur.git] / quitcommand.h
index f1929bf3b861926a893615f12a8e36c8e8f326d8..63d6fd5c39576222d2b3b864cc8e50420de972bc 100644 (file)
@@ -27,8 +27,10 @@ public:
        string getCommandName()                 { return "quit";                }
        string getCommandCategory()             { return "Hidden";              }
        string getHelpString() { return "The quit command will terminate mothur and should be in the following format: quit() or quit. \n"; }   
+    string getOutputFileNameTag(string, string) { return "";        }
        string getCitation() { return "no citation"; }
-       
+       string getDescription()         { return "quit"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }