X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=parsefastaqcommand.h;fp=parsefastaqcommand.h;h=60524566b2a4f02e4571c38d0602980e676d8138;hp=dfafca6fee21c9f5493437fe37007669c3fc4ac7;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d diff --git a/parsefastaqcommand.h b/parsefastaqcommand.h index dfafca6..6052456 100644 --- a/parsefastaqcommand.h +++ b/parsefastaqcommand.h @@ -25,6 +25,8 @@ public: string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Parse.fastq"; } + string getDescription() { return "reads a fastq file and creates a fasta and quality file"; } + int execute(); void help() { m->mothurOut(getHelpString()); }