]> git.donarmstrong.com Git - mothur.git/blobdiff - parsefastaqcommand.h
added command descriptions
[mothur.git] / parsefastaqcommand.h
index dfafca6fee21c9f5493437fe37007669c3fc4ac7..60524566b2a4f02e4571c38d0602980e676d8138 100644 (file)
@@ -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()); }