]> git.donarmstrong.com Git - mothur.git/blobdiff - errorchecking.h
changed read.shared to read.list and incorporated the shared and parselist commands...
[mothur.git] / errorchecking.h
index 55795b2d97cdfb3c194ccf5d27a2dc1d1bd65e3b..58161d46886a6b99b73f853d0a36465a6f4b056e 100644 (file)
@@ -33,10 +33,10 @@ class ErrorCheck {
                void splitAtDash(string&, set<string>&);
                void validateReadFiles();
                void validateReadDist();
-               void validateReadPhil(string);
-               void validateParseFiles(string);
+               void validateReadPhil();
+               void validateParseFiles();
                void clear();
-               string distfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, cutoff, format; 
+               string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, cutoff, format; 
                string precision, method, fileroot, label, line, iters, jumble, freq, single, rarefaction, shared, summary;
                string commandName, optionText;
                bool errorFree;