X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=parsefastaqcommand.h;h=5ae6b9c482fe6b4022bb4d4c5d4ae2e79ea3aad8;hp=96fcb7d6799358ff4e10f930d1ad4165763b46a0;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hpb=035f86272c776e1cccaa47021e26782e49cd41e7 diff --git a/parsefastaqcommand.h b/parsefastaqcommand.h index 96fcb7d..5ae6b9c 100644 --- a/parsefastaqcommand.h +++ b/parsefastaqcommand.h @@ -21,10 +21,11 @@ public: ~ParseFastaQCommand() {} vector setParameters(); - string getCommandName() { return "parse.fastq"; } + string getCommandName() { return "fastq.info"; } string getCommandCategory() { return "Sequence Processing"; } - string getOutputFileNameTag(string, string); + 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"; } @@ -35,7 +36,7 @@ private: vector outputNames; string outputDir, fastaQFile, format; - bool abort, fasta, qual; + bool abort, fasta, qual, pacbio; vector convertQual(string); vector convertTable;