X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefastqcommand.h;h=e3e0b70b087b17e5d6299052cb06567e9b7c9f69;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=9119ebd50c4c9362e73a72902b888d4f1d06b887;hpb=f687723a8357916e86a05116978e6869b039ce36;p=mothur.git diff --git a/makefastqcommand.h b/makefastqcommand.h index 9119ebd..e3e0b70 100644 --- a/makefastqcommand.h +++ b/makefastqcommand.h @@ -24,8 +24,9 @@ public: vector setParameters(); string getCommandName() { return "make.fastq"; } string getCommandCategory() { return "Sequence Processing"; } - string getOutputFileNameTag(string, string); + 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"; } @@ -36,7 +37,7 @@ public: private: - string fastafile, qualfile, outputDir; + string fastafile, qualfile, outputDir, format; bool abort; vector outputNames;