X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefastqcommand.h;h=e3e0b70b087b17e5d6299052cb06567e9b7c9f69;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=085654fc28900a871e83a61dffdc26b4f8300bfc;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/makefastqcommand.h b/makefastqcommand.h index 085654f..e3e0b70 100644 --- a/makefastqcommand.h +++ b/makefastqcommand.h @@ -24,8 +24,12 @@ public: vector setParameters(); string getCommandName() { return "make.fastq"; } string getCommandCategory() { return "Sequence Processing"; } + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Make.fastq"; } + string getDescription() { return "creates a fastq file from a fasta and quality file"; } + int execute(); void help() { m->mothurOut(getHelpString()); } @@ -33,7 +37,7 @@ public: private: - string fastafile, qualfile, outputDir; + string fastafile, qualfile, outputDir, format; bool abort; vector outputNames;