X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefastqcommand.h;h=1c209aab392f82a06ec5bce2d92811e20286df69;hb=8dd3c225255d7084e3aff8740aa4f1f1cabb367a;hp=946c990047fe8ad65f2fb332deb6e072534fc932;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/makefastqcommand.h b/makefastqcommand.h index 946c990..1c209aa 100644 --- a/makefastqcommand.h +++ b/makefastqcommand.h @@ -25,6 +25,9 @@ public: string getCommandName() { return "make.fastq"; } 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()); }