]> git.donarmstrong.com Git - mothur.git/blobdiff - makefastqcommand.h
added command descriptions
[mothur.git] / makefastqcommand.h
index 085654fc28900a871e83a61dffdc26b4f8300bfc..1c209aab392f82a06ec5bce2d92811e20286df69 100644 (file)
@@ -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()); }