]> git.donarmstrong.com Git - mothur.git/blobdiff - getseqscommand.h
fixed metastats, added resize to cluster.classic, added code to kill children if...
[mothur.git] / getseqscommand.h
index ea93b5a1c4e0427cc43157a5d77f995bb3f2308b..b249072e41aba8b7ff0501c1fc946b90c48dfd22 100644 (file)
@@ -29,7 +29,7 @@ class GetSeqsCommand : public Command {
        private:
                set<string> names;
                vector<string> outputNames;
-               string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, taxfile, outputDir;
+               string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, taxfile, qualfile, outputDir;
                bool abort, dups;
                map<string, vector<string> > outputTypes;
                
@@ -40,6 +40,7 @@ class GetSeqsCommand : public Command {
                int readAccnos();
                int readList();
                int readTax();
+               int readQual();
                
 };