X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=createdatabasecommand.h;h=741feba082958ae8e4f2ec73f7a188255208b069;hb=2ecee16fec29d4c525f740ec19b27962ca09c050;hp=85e23675b2b770d476dfff45b901da03f6581546;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/createdatabasecommand.h b/createdatabasecommand.h index 85e2367..741feba 100644 --- a/createdatabasecommand.h +++ b/createdatabasecommand.h @@ -34,13 +34,15 @@ public: private: bool abort; - string listfile, groupfile, repfastafile, repnamesfile, contaxonomyfile, label, outputDir; + string sharedfile, listfile, groupfile, repfastafile, repnamesfile, contaxonomyfile, label, outputDir; vector outputNames; vector readFasta(vector&); - vector readTax(vector&); + vector readTax(vector&, vector&); ListVector* getList(); + vector getShared(); + int findIndex(vector&, string); };