]> git.donarmstrong.com Git - mothur.git/blobdiff - getmimarkspackagecommand.h
added oligos class. added check orient parameter to trim.flows, sffinfo, fastq.info...
[mothur.git] / getmimarkspackagecommand.h
index 8bd2e4973c624eaa83d735c349a833181a39daea..65219d7758b0da0e1f795fb70f957bca5befad64 100644 (file)
@@ -10,6 +10,7 @@
 #define Mothur_getmimarkspackagecommand_h
 
 #include "command.hpp"
+#include "oligos.h"
 
 /**************************************************************************************************/
 
@@ -33,12 +34,10 @@ public:
     
 private:
     bool abort, requiredonly;
-    string oligosfile, groupfile, package, inputfile, file;
+    string oligosfile, groupfile, package, inputfile, file, inputDir;
     string outputDir;
     vector<string> outputNames, Groups;
-    set<string> uniqueNames;
     
-    int readOligos();
     int readFile();
 };