X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parsefastaqcommand.h;h=cb86bd66c0ae8597f605006893fd70371d16b5fc;hb=1f0e54b53b714781f3f2fee7d01177fade98a625;hp=96fcb7d6799358ff4e10f930d1ad4165763b46a0;hpb=90708fe9701e3827e477c82fb3652539c3bf2a0d;p=mothur.git diff --git a/parsefastaqcommand.h b/parsefastaqcommand.h index 96fcb7d..cb86bd6 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"; }