]> git.donarmstrong.com Git - mothur.git/blobdiff - parsefastaqcommand.h
added processors to pre.cluster for mac and windows. Fixed bug in reNameFile function...
[mothur.git] / parsefastaqcommand.h
index fe77cf08f34e3760734fb7b70568c4db09d603a2..60524566b2a4f02e4571c38d0602980e676d8138 100644 (file)
@@ -24,6 +24,9 @@ public:
        string getCommandName()                 { return "parse.fastq";         }
        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()); }