]> git.donarmstrong.com Git - mothur.git/blobdiff - clearcutcommand.h
added pipeline commands which involved change to command factory and command class...
[mothur.git] / clearcutcommand.h
index 980431b216ec67c67c3a8bd221055b24f1c98624..ea6e279b88ca0f6d59312936b2c1652ff5b1a9b6 100644 (file)
@@ -25,7 +25,12 @@ class ClearcutCommand : public Command {
 
 public:
        ClearcutCommand(string);
+       ClearcutCommand();
        ~ClearcutCommand() {};
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();
        void help();    
        
@@ -33,6 +38,8 @@ private:
        string outputDir, phylipfile, fastafile, matrixout, inputFile, seed, ntrees;
        bool version, verbose, quiet, norandom, shuffle, neighbor, expblen, expdist, stdoutWanted, kimura, jukes, protein, DNA;
        bool abort;
+       vector<string> outputNames;
+       map<string, vector<string> > outputTypes;
 };
 
 /****************************************************************************/