]> git.donarmstrong.com Git - mothur.git/blobdiff - clustercommand.h
added shhh.seqs command
[mothur.git] / clustercommand.h
index 5c21efccb279aeeb447a00087c846859c84eae3f..787f835a0f33d1d157aeab41568286c28a752520 100644 (file)
 class ClusterCommand : public Command {
        
 public:
-       ClusterCommand(string); 
+       ClusterCommand(string);
+       ClusterCommand();
        ~ClusterCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();  
        void help();
        
@@ -43,7 +48,7 @@ private:
        RAbundVector oldRAbund;
        ListVector oldList;
 
-       bool abort;
+       bool abort, hard;
 
        string method, fileroot, tag, outputDir;
        double cutoff;
@@ -56,6 +61,8 @@ private:
        unsigned long loops;
        
        void printData(string label);
+       vector<string> outputNames;
+       map<string, vector<string> > outputTypes;
 };
 
 #endif