X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getseqscommand.h;fp=getseqscommand.h;h=8b38a76f4a3c2bdcfbd0855d6a8be0ff3bad1714;hb=4ba6188707e67c638ea5ee3c787d5d07ccd07e3e;hp=2bd0754b93715a347e517d7b11be3bf8f478e944;hpb=648ec37228eb16075ace911dd5a5773cdfe683da;p=mothur.git diff --git a/getseqscommand.h b/getseqscommand.h index 2bd0754..8b38a76 100644 --- a/getseqscommand.h +++ b/getseqscommand.h @@ -23,7 +23,7 @@ class GetSeqsCommand : 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 GetSeqsCommand : public Command { void readGroup(); void readAlign(); void readAccnos(); + void readList(); };