]> git.donarmstrong.com Git - mothur.git/blobdiff - libshuffcommand.h
working on libshuff
[mothur.git] / libshuffcommand.h
index b2474c52e4ea1188c042550033f6e27581a6f4a3..fdaa7eee6525ab15ff45407df12544a42e0ae949 100644 (file)
@@ -42,9 +42,9 @@ class LibShuffCommand : public Command {
                GlobalData* globaldata;
                Coverage* coverage;
                FullMatrix* matrix;
-               float cutOff;
+               float cutOff, step;
                int numGroups, numComp, iters;
-               string coverageFile, summaryFile;
+               string coverageFile, summaryFile, form;
                ofstream out, outSum;