X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=reversecommand.h;h=bd8d1194ff095fa5fecff1b51570520b849dbf9a;hb=74d3aaf0f85080ea3cfb1f1871e706bab9f48392;hp=874bde62ff5f315d392fc3c51479099b41ada008;hpb=af2ce19e213e5191f8c9fac4061e43f6e31a7fbf;p=mothur.git diff --git a/reversecommand.h b/reversecommand.h index 874bde6..bd8d119 100644 --- a/reversecommand.h +++ b/reversecommand.h @@ -15,14 +15,21 @@ class ReverseSeqsCommand : public Command { public: ReverseSeqsCommand(string); + ReverseSeqsCommand(); ~ReverseSeqsCommand(); + vector getRequiredParameters(); + vector getValidParameters(); + vector getRequiredFiles(); + map > getOutputFiles() { return outputTypes; } int execute(); void help(); private: bool abort; - string fasta, outputDir; + string fastaFileName, qualFileName, outputDir; + vector outputNames; + map > outputTypes; };