]> git.donarmstrong.com Git - mothur.git/blobdiff - parsefastaqcommand.h
added code to format fast files for uchime. started work on sff.multiple command
[mothur.git] / parsefastaqcommand.h
index fe77cf08f34e3760734fb7b70568c4db09d603a2..4481b98bb23bdbcd47a6059b2df0904c176ae9bf 100644 (file)
@@ -23,7 +23,11 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "parse.fastq";         }
        string getCommandCategory()             { return "Sequence Processing"; }
+       string getOutputFileNameTag(string, string);
        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()); }          
@@ -31,7 +35,7 @@ private:
 
        vector<string> outputNames;     
        string outputDir, fastaQFile;
-       bool abort;
+       bool abort, fasta, qual;
        
        vector<int> convertQual(string);
 };