]> git.donarmstrong.com Git - mothur.git/blobdiff - chimerabellerophoncommand.h
added pairwise.seqs
[mothur.git] / chimerabellerophoncommand.h
index e450b52bbe3326f5677cd914f0fa19c9c7970962..6e1ae50794f23d92c75d0224011251e385ae8f43 100644 (file)
 class ChimeraBellerophonCommand : public Command {
 public:
        ChimeraBellerophonCommand(string);
+       ChimeraBellerophonCommand();
        ~ChimeraBellerophonCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map< string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();
        void help();
                
@@ -30,6 +35,9 @@ private:
        string fastafile, outputDir;
        int processors, window, increment, numSeqs;
        Chimera* chimera;
+       vector<string> outputNames;
+       map<string, vector<string> > outputTypes;
+       vector<string> fastaFileNames;
 };
 
 /***********************************************************/