X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=metastatscommand.h;h=82a2cd463fab9762b38bb26dabdef11a7e7a4a0a;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=12e0aebbe2d6a61409f5f749aba4a23db2841b31;hpb=c85db0a4be3a1f8037a71a23ca73f9762184e28a;p=mothur.git 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; }; /**************************************************************************************************/