X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurout.h;h=77b1b6d4ec1efb758973d332aa8e4df00619f58b;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=f99eac1917cbe2ce5a1ce278c66d27d1df71737e;hpb=de3d202264ab8a55fc91e0c2776aa5bed92bbf55;p=mothur.git diff --git a/mothurout.h b/mothurout.h index f99eac1..77b1b6d 100644 --- a/mothurout.h +++ b/mothurout.h @@ -107,6 +107,8 @@ class MothurOut { map readNames(string); map readNames(string, unsigned long int&); int readTax(string, map&); + vector readConsTax(string); + int readConsTax(string, map&); int readNames(string, map&, map&); int readNames(string, map&); int readNames(string, map&, bool); @@ -151,6 +153,7 @@ class MothurOut { string makeList(vector&); bool isSubset(vector, vector); //bigSet, subset int checkName(string&); + map > parseClasses(string); //math operation int factorial(int num);