X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listseqscommand.h;h=9d320d9e9a94ad031826bc547d42a03b30e8ec30;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=b8a79c06035825fd92050a1e0c610ac6b77bd122;hpb=deba0af0ccdcb6005ed5b2b82649b137c63fbdf7;p=mothur.git diff --git a/listseqscommand.h b/listseqscommand.h index b8a79c0..9d320d9 100644 --- a/listseqscommand.h +++ b/listseqscommand.h @@ -35,7 +35,7 @@ class ListSeqsCommand : public Command { private: vector names, outputNames; - string fastafile, namefile, groupfile, countfile, alignfile, inputFileName, outputDir, listfile, taxfile; + string fastafile, namefile, groupfile, countfile, alignfile, inputFileName, outputDir, listfile, taxfile, fastqfile; bool abort; int readFasta(); @@ -45,7 +45,7 @@ class ListSeqsCommand : public Command { int readList(); int readTax(); int readCount(); - + int readFastq(); }; #endif