]> git.donarmstrong.com Git - mothur.git/blobdiff - mergefilecommand.h
merged pat's trim seqs edits with sarah's major overhaul of global data; also added...
[mothur.git] / mergefilecommand.h
diff --git a/mergefilecommand.h b/mergefilecommand.h
new file mode 100644 (file)
index 0000000..bd94d77
--- /dev/null
@@ -0,0 +1,30 @@
+#ifndef MERGEFILECOMMAND_H
+#define MERGEFILECOMMAND_H
+
+/*
+ *  mergefilecommand.h
+ *  Mothur
+ *
+ *  Created by Pat Schloss on 6/14/09.
+ *  Copyright 2009 Patrick D. Schloss. All rights reserved.
+ *
+ */
+
+#include "mothur.h"
+#include "command.hpp"
+
+class MergeFileCommand : public Command {
+public:
+       MergeFileCommand(string);
+       ~MergeFileCommand();
+       int execute();
+       void help();    
+
+private:
+       vector<string> fileNames;
+       string outputFileName;
+       int numInputFiles;
+       bool abort;
+};
+
+#endif