]> git.donarmstrong.com Git - mothur.git/blobdiff - parsefastaqcommand.h
fixed bug with dist.shared subsampling. added mode parameter to dist.shared so...
[mothur.git] / parsefastaqcommand.h
index dfafca6fee21c9f5493437fe37007669c3fc4ac7..6feabce848c09c21b2e276df8361ac4d78667f22 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()); }          
@@ -32,7 +34,7 @@ private:
 
        vector<string> outputNames;     
        string outputDir, fastaQFile;
-       bool abort;
+       bool abort, fasta, qual;
        
        vector<int> convertQual(string);
 };