X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=listseqscommand.h;h=9d320d9e9a94ad031826bc547d42a03b30e8ec30;hp=b8a79c06035825fd92050a1e0c610ac6b77bd122;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=deba0af0ccdcb6005ed5b2b82649b137c63fbdf7 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