]> git.donarmstrong.com Git - mothur.git/blobdiff - sracommand.h
added oligos class. added check orient parameter to trim.flows, sffinfo, fastq.info...
[mothur.git] / sracommand.h
index 6c30bd9a4623dcc90dc693fef8e68a7c150ea3e5..dde656132ad57144f694dba1b043e66aed68ea2f 100644 (file)
@@ -11,6 +11,7 @@
 
 #include "command.hpp"
 #include "trimoligos.h"
+#include "oligos.h"
 
 /**************************************************************************************************/
 
@@ -37,12 +38,10 @@ private:
     bool abort, isSFF, pairedOligos;
     int tdiffs, bdiffs, pdiffs, sdiffs, ldiffs;
     string sfffile, fastqfile, outputDir, file, oligosfile, contactfile, inputfile, mimarksfile;
-    string libStrategy, libSource, libSelection, libLayout, platform, instrumentModel, fileType, dataType;
+    string libStrategy, libSource, libSelection, libLayout, platform, instrumentModel, fileType, dataType, checkorient;
     string submissionName, lastName, firstName, email, centerName, centerType, description, website, orientation, packageType;
-    string projectName, grantId, grantTitle, grantAgency, projectTitle;
+    string projectName, grantId, grantTitle, grantAgency, projectTitle, inputDir;
     vector<string> outputNames, Groups;
-    vector<string> primerNameVector;
-    vector<string> barcodeNameVector;
     map<string, vector<string> > Group2Barcode;
     map<string, vector<string> > Group2Primer;
     map<string, string> Group2Organism;