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