]> git.donarmstrong.com Git - mothur.git/blobdiff - parsefastaqcommand.h
fixed bug with shhh.flow from file path name in write functions, added "smart" featur...
[mothur.git] / parsefastaqcommand.h
index 60524566b2a4f02e4571c38d0602980e676d8138..6feabce848c09c21b2e276df8361ac4d78667f22 100644 (file)
@@ -34,7 +34,7 @@ private:
 
        vector<string> outputNames;     
        string outputDir, fastaQFile;
-       bool abort;
+       bool abort, fasta, qual;
        
        vector<int> convertQual(string);
 };