]> git.donarmstrong.com Git - mothur.git/blobdiff - removeseqscommand.h
added list parameter to get.seqs and remove.seqs and added readline library for inter...
[mothur.git] / removeseqscommand.h
index 434983e8e4c5909be8a083cf8251cee34b0d27ce..1ad1eee835e4ba0bf48e1be44b7c89631367f22e 100644 (file)
@@ -23,7 +23,7 @@ class RemoveSeqsCommand : 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 RemoveSeqsCommand : public Command {
                void readGroup();
                void readAlign();
                void readAccnos();
+               void readList();
                
 };