X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trimflowscommand.h;h=065e6b4532e071383c39c54e38047b01a2b45344;hb=1875c2c000e4a5811e687d3c63ccb1727627647c;hp=2594815f6b763a303382f9730bce36e84060b713;hpb=57b3c96832667c1b70d4d526331f52e3d49e8237;p=mothur.git diff --git a/trimflowscommand.h b/trimflowscommand.h index 2594815..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"; } @@ -67,7 +69,6 @@ private: string flowFileName, oligoFileName, outputDir; - map barcodes; map primers; vector revPrimer;