X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trimflowscommand.h;h=339845883f2b1c088d7d21eee05ee81c0d618d08;hb=220dc345e493cddc569521111ce32ac4d965ab7f;hp=7458dbe60b90f52c900e3ffd8fb645ccce0d0e86;hpb=bbe1bea3cfef487d3c1657691480d4072fe0a07f;p=mothur.git diff --git a/trimflowscommand.h b/trimflowscommand.h index 7458dbe..3398458 100644 --- a/trimflowscommand.h +++ b/trimflowscommand.h @@ -20,13 +20,16 @@ class TrimFlowsCommand : public Command { public: TrimFlowsCommand(string); TrimFlowsCommand(); - ~TrimFlowsCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); + ~TrimFlowsCommand() {} + + vector setParameters(); + string getCommandName() { return "trim.flows"; } + string getCommandCategory() { return "Hidden"; } + string getHelpString(); + string getCitation() { return "no citation"; } + + int execute(); + void help() { m->mothurOut(getHelpString()); } private: bool abort; @@ -44,13 +47,9 @@ private: int createProcessesCreateTrim(string, string, string, string, vector >); int driverCreateTrim(string, string, string, string, vector >, linePair*); - - map > outputTypes; vector outputNames; set filesToRemove; - - void getOligos(vector >&); //a rewrite of what is in trimseqscommand.h int stripBarcode(Sequence&, int&); //largely redundant with trimseqscommand.h int stripForward(Sequence&, int&); //largely redundant with trimseqscommand.h