]> git.donarmstrong.com Git - mothur.git/blobdiff - getseqscommand.h
added taxonomy file to list of files list.seqs, get.seqs and remove.seqs can process
[mothur.git] / getseqscommand.h
index b574afe38734a789fa39985090012cff358d2e95..9d8e7960f5c2e949f021602aaf1aa36e7d3e82e0 100644 (file)
@@ -24,7 +24,7 @@ class GetSeqsCommand : public Command {
        private:
                set<string> names;
                vector<string> outputNames;
-               string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, outputDir;
+               string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, taxfile, outputDir;
                bool abort;
                
                int readFasta();
@@ -33,6 +33,7 @@ class GetSeqsCommand : public Command {
                int readAlign();
                int readAccnos();
                int readList();
+               int readTax();
                
 };