]> git.donarmstrong.com Git - mothur.git/blobdiff - metastatscommand.h
changes while testing
[mothur.git] / metastatscommand.h
index 12e0aebbe2d6a61409f5f749aba4a23db2841b31..82a2cd463fab9762b38bb26dabdef11a7e7a4a0a 100644 (file)
@@ -56,6 +56,9 @@ private:
        
        int process(vector<SharedRAbundVector*>&);
        int driver(int, int, vector<SharedRAbundVector*>&);
+    int convertToShared(string filename);
+    int convertToInput(vector<SharedRAbundVector*>&, string);
+    bool convertSharedToInput;
 };
 
 /**************************************************************************************************/