]> git.donarmstrong.com Git - mothur.git/blobdiff - removeseqscommand.h
added taxonomy file to list of files list.seqs, get.seqs and remove.seqs can process
[mothur.git] / removeseqscommand.h
index 1f429d92810402f64a1c2d776510719aa7113610..8238c649489e3dff52371fa06ab8e2f49b93258f 100644 (file)
@@ -23,7 +23,7 @@ class RemoveSeqsCommand : public Command {
                
        private:
                set<string> names;
-               string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, outputDir;
+               string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, taxfile, outputDir;
                bool abort, dups;
                vector<string> outputNames;
                
@@ -33,6 +33,7 @@ class RemoveSeqsCommand : public Command {
                int readAlign();
                void readAccnos();
                int readList();
+               int readTax();
                
 };