]> git.donarmstrong.com Git - mothur.git/blobdiff - listseqscommand.h
added taxonomy file to list of files list.seqs, get.seqs and remove.seqs can process
[mothur.git] / listseqscommand.h
index 391ec9a46b9f09671f79fbc0f895730338570d4c..6a210a180e5bc9453005c7aefb8613fa45d52c03 100644 (file)
@@ -23,7 +23,7 @@ class ListSeqsCommand : public Command {
                
        private:
                vector<string> names;
-               string fastafile, namefile, groupfile, alignfile, inputFileName, outputDir, listfile;
+               string fastafile, namefile, groupfile, alignfile, inputFileName, outputDir, listfile, taxfile;
                bool abort;
                
                int readFasta();
@@ -31,6 +31,7 @@ class ListSeqsCommand : public Command {
                int readGroup();
                int readAlign();
                int readList();
+               int readTax();
                
 };