]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.h
pca command
[mothur.git] / collectsharedcommand.h
index 10efcc80077c193694ee7297e40027a35f8bb10a..327ce5d28832dbe7f25d69f6c0755f6e931c747d 100644 (file)
@@ -27,7 +27,12 @@ class CollectSharedCommand : public Command {
        
 public:
        CollectSharedCommand(string);   
+       CollectSharedCommand(); 
        ~CollectSharedCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();  
        void help();
        
@@ -42,13 +47,14 @@ private:
        ValidCalculators* validCalculator;
        Collect* cCurve;
        vector<Display*> cDisplays;
-       int freq;
+       float freq;
        string format;
 
        bool abort, allLines, all;
        set<string> labels; //holds labels to be used
        string label, calc, groups, outputDir;
-       vector<string>  Estimators, Groups;
+       vector<string>  Estimators, Groups, outputNames;
+       map<string, vector<string> > outputTypes;
 
 
 };