X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeseqscommand.h;fp=removeseqscommand.h;h=8238c649489e3dff52371fa06ab8e2f49b93258f;hb=14edc148cb299c5624f72bb681375b704aa74f43;hp=1f429d92810402f64a1c2d776510719aa7113610;hpb=8130ff9b30d872c578963f8d6f24af821b1ec33c;p=mothur.git diff --git a/removeseqscommand.h b/removeseqscommand.h index 1f429d9..8238c64 100644 --- a/removeseqscommand.h +++ b/removeseqscommand.h @@ -23,7 +23,7 @@ class RemoveSeqsCommand : public Command { private: set names; - string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, outputDir; + string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, taxfile, outputDir; bool abort, dups; vector outputNames; @@ -33,6 +33,7 @@ class RemoveSeqsCommand : public Command { int readAlign(); void readAccnos(); int readList(); + int readTax(); };