# HG changeset patch # User iuc # Date 1491355337 14400 # Node ID 9c13cdf2ed1e0ec3676c334498ffe8d73766b74c # Parent 5cdc2d65656b737e3df2749f1cb166ae820f3ed9 Uploaded diff -r 5cdc2d65656b -r 9c13cdf2ed1e multigps.xml --- a/multigps.xml Tue Apr 04 21:20:24 2017 -0400 +++ b/multigps.xml Tue Apr 04 21:22:17 2017 -0400 @@ -187,7 +187,7 @@ line_items.append(experiment_type) fixedreadcount_cond = control_items['fixedreadcount_cond'] fixedreadcount_select = fixedreadcount_cond['fixedreadcount_select'] - if fixedreadcount_select) == 'yes': + if fixedreadcount_select == 'yes': line_items.append(fixedreadcount_cond['fixedreadcount']) fh.write('%s\n' % '\t'.join(line_items)) fh.close()