]> git.donarmstrong.com Git - mothur.git/blobdiff - getseqscommand.h
added list parameter to get.seqs and remove.seqs and added readline library for inter...
[mothur.git] / getseqscommand.h
index 2bd0754b93715a347e517d7b11be3bf8f478e944..8b38a76f4a3c2bdcfbd0855d6a8be0ff3bad1714 100644 (file)
@@ -23,7 +23,7 @@ class GetSeqsCommand : public Command {
                
        private:
                set<string> names;
-               string accnosfile, fastafile, namefile, groupfile, alignfile;
+               string accnosfile, fastafile, namefile, groupfile, alignfile, listfile;
                bool abort;
                
                void readFasta();
@@ -31,6 +31,7 @@ class GetSeqsCommand : public Command {
                void readGroup();
                void readAlign();
                void readAccnos();
+               void readList();
                
 };