]> git.donarmstrong.com Git - mothur.git/blobdiff - errorchecking.cpp
fixed bug in venn command
[mothur.git] / errorchecking.cpp
index c866ca0060960ab20f50f53ffbd774c066ffc628..8aaa8b04fbeeb80b4c727396bab06f9899840a7e 100644 (file)
@@ -246,7 +246,7 @@ bool ErrorCheck::checkInput(string input) {
                        }
                }
                
-               if ((commandName == "filter.seqs") || (commandName == "dist.seq")) { 
+               if ((commandName == "filter.seqs") || (commandName == "dist.seqs")) { 
                        if ((fastafile == "") && (nexusfile == "") && (clustalfile == "") && (phylipfile == "")) {
                                 cout << "You must read either a fasta, nexus, clustal, or phylip file before you can use the filter.seqs command." << endl; return false; 
                        }