]> git.donarmstrong.com Git - mothur.git/blobdiff - errorchecking.cpp
altered venn command to make use of sharedchao for any number of groups, fixed window...
[mothur.git] / errorchecking.cpp
index eaf49dfe6937c4201330981cacf8cb5bfbf198cc..803a83635071d01f35c964aa4a5b424895d08fd2 100644 (file)
@@ -116,6 +116,8 @@ bool ErrorCheck::checkInput(string input) {
                                if (parameter == "soft" )                       { soft = value; }
                                if (parameter == "filter" )         { filter = value; }
                                if (parameter == "scale" )                      { scale = value;        }
+                               if (parameter == "ends" )                       { ends = value; }
+                               if (parameter == "processors" )         { processors = value;   }
 
                        }
                        
@@ -156,6 +158,8 @@ bool ErrorCheck::checkInput(string input) {
                                if (parameter == "soft" )                       { soft = value; }
                                if (parameter == "filter" )         { filter = value; }
                                if (parameter == "scale" )                      { scale = value;        }
+                               if (parameter == "ends" )                       { ends = value; }
+                               if (parameter == "processors" )         { processors = value;   }
 
                        }
                }