]> git.donarmstrong.com Git - mothur.git/blobdiff - sensspeccommand.h
shhh.seqs and trim.flows modifications.
[mothur.git] / sensspeccommand.h
index 818667a1c52729a2610564334d13225472eaac39..5e25afd2098e2fed0385178eecfcfd60a65fb461 100644 (file)
@@ -18,7 +18,12 @@ class SensSpecCommand : public Command {
        
 public:
        SensSpecCommand(string);
+       SensSpecCommand();
        ~SensSpecCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();
        void help();
        
@@ -31,6 +36,8 @@ private:
        string listFile, distFile, nameFile, sensSpecFileName;
        string outputDir;
        string format;
+       vector<string> outputNames;
+       map<string, vector<string> > outputTypes;
 
        long int truePositives, falsePositives, trueNegatives, falseNegatives;
        bool abort;
@@ -40,4 +47,7 @@ private:
        int precision;
 };
 
-#endif
\ No newline at end of file
+#endif
+
+
+