X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sracommand.h;h=dde656132ad57144f694dba1b043e66aed68ea2f;hp=6c30bd9a4623dcc90dc693fef8e68a7c150ea3e5;hb=fefd5ee1517abd3bc38b469cb2dffc85a1571c7e;hpb=aca78ed4a47dff8672ea8fd93cef0dfbaf0f7495 diff --git a/sracommand.h b/sracommand.h index 6c30bd9..dde6561 100644 --- a/sracommand.h +++ b/sracommand.h @@ -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 outputNames, Groups; - vector primerNameVector; - vector barcodeNameVector; map > Group2Barcode; map > Group2Primer; map Group2Organism;