X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefastqcommand.h;h=e3e0b70b087b17e5d6299052cb06567e9b7c9f69;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=1c209aab392f82a06ec5bce2d92811e20286df69;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/makefastqcommand.h b/makefastqcommand.h index 1c209aa..e3e0b70 100644 --- a/makefastqcommand.h +++ b/makefastqcommand.h @@ -24,7 +24,9 @@ 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"; } @@ -35,7 +37,7 @@ public: private: - string fastafile, qualfile, outputDir; + string fastafile, qualfile, outputDir, format; bool abort; vector outputNames;