]> git.donarmstrong.com Git - mothur.git/blobdiff - clustersplitcommand.h
added pipeline commands which involved change to command factory and command class...
[mothur.git] / clustersplitcommand.h
index dc46f9904a594919d3789c4c98f06ec7a7c159d7..07ddaf95e72f9f0e8c51baa5e8d55a87fb9a9967 100644 (file)
@@ -23,7 +23,12 @@ class ClusterSplitCommand : public Command {
        
 public:
        ClusterSplitCommand(string);
+       ClusterSplitCommand();
        ~ClusterSplitCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();  
        void help();
        
@@ -31,6 +36,7 @@ private:
        GlobalData* globaldata;
        vector<int> processIDS;   //processid
        vector<string> outputNames;
+       map<string, vector<string> > outputTypes;
 
        string method, fileroot, tag, outputDir, phylipfile, columnfile, namefile, distfile, format, showabund, timing, splitmethod, taxFile, fastafile;
        double cutoff, splitcutoff;