]> git.donarmstrong.com Git - mothur.git/blobdiff - listseqscommand.cpp
cluster.split command
[mothur.git] / listseqscommand.cpp
index d23949f497e65b262e3067d74d566d4665124412..23c71ecdcf2ac06f522f034cbea813d4a1f2cd22 100644 (file)
@@ -111,6 +111,7 @@ ListSeqsCommand::ListSeqsCommand(string option)  {
                        
                        int okay = 1;
                        if (outputDir != "") { okay++; }
+                       if (inputDir != "") { okay++; }
                        
                        if (parameters.size() > okay) { m->mothurOut("You may only enter one file."); m->mothurOutEndLine(); abort = true;  }
                }