]> git.donarmstrong.com Git - mothur.git/blobdiff - getseqscommand.h
fixed read.tree so that it can read trees generated by fasttree
[mothur.git] / getseqscommand.h
index 24f3968786784965e343f88aef300cad80c54eb4..4f4c809e51e7f9308ae4f372bdd2195eb964f6c3 100644 (file)
@@ -16,22 +16,24 @@ class GetSeqsCommand : public Command {
        
        public:
        
-               GetSeqsCommand(string); 
+               GetSeqsCommand(string);
                ~GetSeqsCommand(){};
                int execute();
                void help();    
                
        private:
                set<string> names;
-               string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, outputDir;
-               bool abort;
+               vector<string> outputNames;
+               string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, taxfile, outputDir;
+               bool abort, dups;
                
-               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();
                
 };