Mercurial > repos > davidvanzessen > clonal_sequences_in_paired_samples
diff RScript.r @ 41:f7c07faaa3e8 draft
Uploaded
author | davidvanzessen |
---|---|
date | Mon, 14 Sep 2015 09:17:50 -0400 |
parents | 44fe81f39052 |
children | 7d4eda663c29 |
line wrap: on
line diff
--- 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("<tr><td>", "Multiple matches found for", first.merge, "in", patient, "</td></tr>", sep=""), file=logfile, append=T) patient.fuzzy = patient.fuzzy[-1,] } else { patient.fuzzy = patient.fuzzy[-1,]