X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parsefastaqcommand.h;h=cb86bd66c0ae8597f605006893fd70371d16b5fc;hb=5ca84bbe4393adecc30dc05d64e79091ef35c40f;hp=6feabce848c09c21b2e276df8361ac4d78667f22;hpb=16abd6271c455bd01b34ff89a2e3641bef0fa128;p=mothur.git diff --git a/parsefastaqcommand.h b/parsefastaqcommand.h index 6feabce..cb86bd6 100644 --- a/parsefastaqcommand.h +++ b/parsefastaqcommand.h @@ -21,9 +21,11 @@ public: ~ParseFastaQCommand() {} vector setParameters(); - string getCommandName() { return "parse.fastq"; } + string getCommandName() { return "fastq.info"; } string getCommandCategory() { return "Sequence Processing"; } + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Parse.fastq"; } string getDescription() { return "reads a fastq file and creates a fasta and quality file"; } @@ -33,10 +35,11 @@ public: private: vector outputNames; - string outputDir, fastaQFile; + string outputDir, fastaQFile, format; bool abort, fasta, qual; vector convertQual(string); + vector convertTable; }; #endif