]> git.donarmstrong.com Git - mothur.git/blobdiff - errorchecking.h
fixed memory leak in rarefact
[mothur.git] / errorchecking.h
index 05ce5cf12a071c2e50409dd29c648447465f5bfe..8de923499a5f84d520063d337c4be688a57d21ad 100644 (file)
@@ -31,10 +31,12 @@ class ErrorCheck {
                void validateParseFiles();
                void validateTreeFiles();
                void validateBinFiles();
+               void validateSeqsFiles();
                void clear();
                void refresh();
-               string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, fastafile, treefile, sharedfile, cutoff, format; 
-               string precision, method, fileroot, label, line, iters, jumble, freq, single, rarefaction, shared, summary, randomtree, abund, sorted, scale;
+               string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, fastafile, nexusfile, clustalfile, treefile, sharedfile, cutoff, format; 
+               string precision, method, fileroot, label, line, iters, jumble, freq, single, rarefaction, shared, summary, randomtree, abund, sorted, trump, soft, filter, scale, ends, processors;
+
                string commandName, optionText;
                bool errorFree;