X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefastqcommand.h;h=1c209aab392f82a06ec5bce2d92811e20286df69;hb=d205e70ae86dbee2efc2df02f2717975854de6ba;hp=085654fc28900a871e83a61dffdc26b4f8300bfc;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/makefastqcommand.h b/makefastqcommand.h index 085654f..1c209aa 100644 --- a/makefastqcommand.h +++ b/makefastqcommand.h @@ -26,6 +26,8 @@ public: string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Make.fastq"; } + string getDescription() { return "creates a fastq file from a fasta and quality file"; } + int execute(); void help() { m->mothurOut(getHelpString()); }