X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parsefastaqcommand.h;h=60524566b2a4f02e4571c38d0602980e676d8138;hb=ae9c5b48da9047548f86fc84897926d9f5102312;hp=dfafca6fee21c9f5493437fe37007669c3fc4ac7;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git 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()); }