X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getseqscommand.h;fp=getseqscommand.h;h=9d8e7960f5c2e949f021602aaf1aa36e7d3e82e0;hb=14edc148cb299c5624f72bb681375b704aa74f43;hp=b574afe38734a789fa39985090012cff358d2e95;hpb=8130ff9b30d872c578963f8d6f24af821b1ec33c;p=mothur.git diff --git a/getseqscommand.h b/getseqscommand.h index b574afe..9d8e796 100644 --- a/getseqscommand.h +++ b/getseqscommand.h @@ -24,7 +24,7 @@ class GetSeqsCommand : public Command { private: set names; vector outputNames; - string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, outputDir; + string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, taxfile, outputDir; bool abort; int readFasta(); @@ -33,6 +33,7 @@ class GetSeqsCommand : public Command { int readAlign(); int readAccnos(); int readList(); + int readTax(); };