# HG changeset patch # User davidvanzessen # Date 1442236670 14400 # Node ID f7c07faaa3e8699692bbd6d75a0d558ba9fa798b # Parent 44fe81f39052f65e8f326980e181c4b7cc8fde64 Uploaded diff -r 44fe81f39052 -r f7c07faaa3e8 RScript.r --- a/RScript.r Mon Sep 14 09:03:50 2015 -0400 +++ b/RScript.r Mon Sep 14 09:17:50 2015 -0400 @@ -245,7 +245,7 @@ } } else if (sum(match.filter) > 2){ - cat(paste("Multiple matches found for", first.merge, "in", patient), file=logfile, append=T) + cat(paste("", "Multiple matches found for", first.merge, "in", patient, "", sep=""), file=logfile, append=T) patient.fuzzy = patient.fuzzy[-1,] } else { patient.fuzzy = patient.fuzzy[-1,]