# HG changeset patch
# User devteam
# Date 1392325049 18000
# Node ID d8824d67d4643c1b0113a95f819ad13b69c37e23
# Parent 30ee72a4ca0c33fbf254457ebed790456448bd29
Uploaded
diff -r 30ee72a4ca0c -r d8824d67d464 AddOrReplaceReadGroups.xml
--- a/AddOrReplaceReadGroups.xml Thu Feb 13 15:36:11 2014 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,242 +0,0 @@
-
%s | |
%s | %s |
%s |
\n')
- res.append(' |
%s |
',] - if llen > maxloglines: - n = min(50,int(maxloglines/2)) - rlog += l[:n] - rlog.append('------------ ## %d rows deleted ## --------------\n' % (llen-maxloglines)) - rlog += l[-n:] - else: - rlog += l - rlog.append('') - if llen > maxloglines: - rlog.append('\n## WARNING - %d log lines truncated - %s contains entire output' % (llen - maxloglines,self.log_filename,self.log_filename)) - res += rlog - else: - res.append("### Odd, Picard left no log file %s - must have really barfed badly?\n" % self.log_filename) - res.append('