]> git.donarmstrong.com Git - mothur.git/blobdiff - pipelinepdscommand.h
fixed io
[mothur.git] / pipelinepdscommand.h
index 13695a6ec9a178918ab74242d9a2f05a89b9ead7..2c621bbe1da5b94bf9dd13f40d97bd27ef7b7c97 100644 (file)
@@ -26,7 +26,11 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "pipeline.pds";        }
        string getCommandCategory()             { return "Hidden";                      }
+       string getOutputFileNameTag(string, string) { return ""; }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Pipeline.pds"; }
+       string getDescription()         { return "pat's pipeline"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }