X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=reversecommand.h;fp=reversecommand.h;h=8b5bcd262528e36f756093a8236f8a1b3a447ce8;hb=8bc3e5b38c2317a1715f53be22fa96455868c281;hp=874bde62ff5f315d392fc3c51479099b41ada008;hpb=f663afa231c9bc1b5e18e0ea3bdd2b2ee784f5b2;p=mothur.git diff --git a/reversecommand.h b/reversecommand.h index 874bde6..8b5bcd2 100644 --- a/reversecommand.h +++ b/reversecommand.h @@ -15,7 +15,12 @@ class ReverseSeqsCommand : public Command { public: ReverseSeqsCommand(string); + ReverseSeqsCommand(); ~ReverseSeqsCommand(); + vector getRequiredParameters(); + vector getValidParameters(); + vector getRequiredFiles(); + map > getOutputFiles() { return outputTypes; } int execute(); void help(); @@ -23,6 +28,8 @@ private: bool abort; string fasta, outputDir; + vector outputNames; + map > outputTypes; };