]> git.donarmstrong.com Git - mothur.git/blobdiff - pipelinepdscommand.h
added classify.shared command and random forest files. added count file to pcr.seqs...
[mothur.git] / pipelinepdscommand.h
index c4b4646881f5c1b6bfbd9a682bda765a70c4193f..2c621bbe1da5b94bf9dd13f40d97bd27ef7b7c97 100644 (file)
@@ -26,8 +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()); }