X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=metastatscommand.h;h=82a2cd463fab9762b38bb26dabdef11a7e7a4a0a;hp=12e0aebbe2d6a61409f5f749aba4a23db2841b31;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=14cddf859d97118481161bf3e85a647976020758 diff --git a/metastatscommand.h b/metastatscommand.h index 12e0aeb..82a2cd4 100644 --- a/metastatscommand.h +++ b/metastatscommand.h @@ -56,6 +56,9 @@ private: int process(vector&); int driver(int, int, vector&); + int convertToShared(string filename); + int convertToInput(vector&, string); + bool convertSharedToInput; }; /**************************************************************************************************/