]> git.donarmstrong.com Git - mothur.git/blobdiff - getseqscommand.h
added taxonomy file to list of files list.seqs, get.seqs and remove.seqs can process
[mothur.git] / getseqscommand.h
index 809109c486de9f00b39091b863da8a23dfc95a96..9d8e7960f5c2e949f021602aaf1aa36e7d3e82e0 100644 (file)
@@ -24,15 +24,16 @@ class GetSeqsCommand : public Command {
        private:
                set<string> names;
                vector<string> outputNames;
-               string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, outputDir;
+               string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, taxfile, outputDir;
                bool abort;
                
-               void readFasta();
-               void readName();
-               void readGroup();
-               void readAlign();
-               void readAccnos();
-               void readList();
+               int readFasta();
+               int readName();
+               int readGroup();
+               int readAlign();
+               int readAccnos();
+               int readList();
+               int readTax();
                
 };