X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeseqscommand.h;fp=removeseqscommand.h;h=1ad1eee835e4ba0bf48e1be44b7c89631367f22e;hb=4ba6188707e67c638ea5ee3c787d5d07ccd07e3e;hp=434983e8e4c5909be8a083cf8251cee34b0d27ce;hpb=648ec37228eb16075ace911dd5a5773cdfe683da;p=mothur.git diff --git a/removeseqscommand.h b/removeseqscommand.h index 434983e..1ad1eee 100644 --- a/removeseqscommand.h +++ b/removeseqscommand.h @@ -23,7 +23,7 @@ class RemoveSeqsCommand : public Command { private: set 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(); };