]> git.donarmstrong.com Git - mothur.git/blobdiff - getcurrentcommand.h
added phylip as output file type for commands that output distance matrices. added...
[mothur.git] / getcurrentcommand.h
index aa4f8f4f4e488fdb87474b0ceebd52ac25cd4f98..f10e6d4e556878d6cb55e30cd7b4ce1138a896da 100644 (file)
@@ -22,7 +22,11 @@ class GetCurrentCommand : public Command {
                vector<string> setParameters();
                string getCommandName()                 { return "get.current"; }
                string getCommandCategory()             { return "General";             }
-               string getHelpString(); 
+        string getOutputFileNameTag(string, string) { return ""; }
+        string getHelpString();        
+               string getCitation() { return "http://www.mothur.org/wiki/Get.current"; }
+               string getDescription()         { return "get current files saved by mothur"; }
+
        
                int execute(); 
                void help() { m->mothurOut(getHelpString()); }