Mercurial > repos > iuc > multigps
changeset 22:9c13cdf2ed1e draft
Uploaded
| author | iuc |
|---|---|
| date | Tue, 04 Apr 2017 21:22:17 -0400 |
| parents | 5cdc2d65656b |
| children | eb9b1816f00e |
| files | multigps.xml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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()
