X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trimflowscommand.h;h=065e6b4532e071383c39c54e38047b01a2b45344;hb=4e3080b15a3d0c02f7ef2fd779ead433ffdece31;hp=f4faacb899a8fd547a14d2bd2224b07882356cdf;hpb=43ed0accfbc2852849e104ff7eccdd2c42acd4ec;p=mothur.git diff --git a/trimflowscommand.h b/trimflowscommand.h index f4faacb..065e6b4 100644 --- a/trimflowscommand.h +++ b/trimflowscommand.h @@ -26,7 +26,9 @@ public: vector setParameters(); string getCommandName() { return "trim.flows"; } string getCommandCategory() { return "Sequence Processing"; } + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Trim.flows"; } string getDescription() { return "trim.flows"; } @@ -49,7 +51,8 @@ private: vector getFlowFileBreaks(); int createProcessesCreateTrim(string, string, string, string, vector >); int driverCreateTrim(string, string, string, string, vector >, linePair*); - + string reverseOligo(string); + vector outputNames; set filesToRemove; @@ -66,7 +69,6 @@ private: string flowFileName, oligoFileName, outputDir; - map barcodes; map primers; vector revPrimer;