X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parsefastaqcommand.h;h=96fcb7d6799358ff4e10f930d1ad4165763b46a0;hb=cc19310422f125d6628980bd1148e1e816792382;hp=4481b98bb23bdbcd47a6059b2df0904c176ae9bf;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/parsefastaqcommand.h b/parsefastaqcommand.h index 4481b98..96fcb7d 100644 --- a/parsefastaqcommand.h +++ b/parsefastaqcommand.h @@ -34,10 +34,11 @@ public: private: vector outputNames; - string outputDir, fastaQFile; + string outputDir, fastaQFile, format; bool abort, fasta, qual; vector convertQual(string); + vector convertTable; }; #endif